]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - lib/libc/amd64/gen/fpsetmask.c
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / lib / libc / amd64 / gen / fpsetmask.c
1 /* $FreeBSD$ */
2 #define __IEEEFP_NOINLINES__ 1
3 #include <ieeefp.h>
4
5 fp_except_t fpsetmask(fp_except_t m)
6 {
7         return (__fpsetmask(m));
8 }