K 10 svn:author V 3 kib K 8 svn:date V 27 2012-02-21T21:18:59.328204Z K 7 svn:log V 400 MFC r230429: Add API for obtaining extended machine context states that cannot be fit into existing mcontext_t. On i386 and amd64 do return the extended FPU states using getcontextx(3). For other architectures, getcontextx(3) returns the same information as getcontext(2). MFC r230864: Make the sys/ucontext.h self-contained by changing the return type of __getcontextx_size(3) from size_t to int. END