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