]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libc/amd64/gen/fpgetround.c
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / libc / amd64 / gen / fpgetround.c
1 /* $FreeBSD$ */
2 #define __IEEEFP_NOINLINES__ 1
3 #include <ieeefp.h>
4
5 fp_rnd_t fpgetround(void)
6 {
7         return __fpgetround();
8 }