aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/amd64/gen/fpgetmask.c
blob: 03bb2741ef6ab399136ac82b8d76767a20235221 (plain) (blame)
1
2
3
4
5
6
7
8
/* $FreeBSD$ */
#define __IEEEFP_NOINLINES__ 1
#include <ieeefp.h>

fp_except_t fpgetmask(void)
{
	return __fpgetmask();
}