diff options
Diffstat (limited to 'lib/libc/amd64/gen/fpgetsticky.c')
-rw-r--r-- | lib/libc/amd64/gen/fpgetsticky.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/libc/amd64/gen/fpgetsticky.c b/lib/libc/amd64/gen/fpgetsticky.c deleted file mode 100644 index c3acb91..0000000 --- a/lib/libc/amd64/gen/fpgetsticky.c +++ /dev/null @@ -1,8 +0,0 @@ -/* $FreeBSD$ */ -#define __IEEEFP_NOINLINES__ 1 -#include <ieeefp.h> - -fp_except_t fpgetsticky(void) -{ - return __fpgetsticky(); -} |