root/lib/libc/amd64/gen/fpgetsticky.c
#define __IEEEFP_NOINLINES__ 1
#include <ieeefp.h>

fp_except_t fpgetsticky(void)
{
        return __fpgetsticky();
}