1/* $FreeBSD$ */
2#define __IEEEFP_NOINLINES__ 1
3#include <ieeefp.h>
4
5fp_except_t fpgetmask(void)
6{
7	return __fpgetmask();
8}
9