Update libcr with recent libc updates.
[dragonfly.git] / lib / libcr / amd64 / gen / fpsetmask.c
1 /*
2  * $FreeBSD: src/lib/libc/amd64/gen/fpsetmask.c,v 1.1 2003/07/22 06:46:17 peter Exp $
3  * $DragonFly: src/lib/libcr/amd64/gen/Attic/fpsetmask.c,v 1.1 2004/03/13 19:46:55 eirikn Exp $
4  */
5 #define __IEEEFP_NOINLINES__ 1
6 #include <ieeefp.h>
7
8 fp_except_t fpsetmask(fp_except_t m)
9 {
10         return (__fpsetmask(m));
11 }