summaryrefslogtreecommitdiffstats
path: root/lib/libc/amd64/gen/fpsetmask.c
blob: 996e167ac1d96cf8a4d73ab5690055246d08a335 (plain)
1
2
3
4
5
6
7
8
/* $FreeBSD$ */
#define __IEEEFP_NOINLINES__ 1
#include <ieeefp.h>

fp_except_t fpsetmask(fp_except_t m)
{
	return (__fpsetmask(m));
}
OpenPOWER on IntegriCloud