freebsd-dev/lib/libc/amd64/gen/fpgetsticky.c

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
111 B
C
Raw Normal View History

#define __IEEEFP_NOINLINES__ 1
#include <ieeefp.h>
fp_except_t fpgetsticky(void)
{
return __fpgetsticky();
}