]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/amd64/gen/fpgetmask.c
This commit was generated by cvs2svn to compensate for changes in r171577,
[FreeBSD/FreeBSD.git] / lib / libc / amd64 / gen / fpgetmask.c
1 /* $FreeBSD$ */
2 #define __IEEEFP_NOINLINES__ 1
3 #include <ieeefp.h>
4
5 fp_except_t fpgetmask(void)
6 {
7         return __fpgetmask();
8 }