mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 15:35:10 -04:00
8 lines
135 B
C
8 lines
135 B
C
/* $FreeBSD$ */
|
|
#define __IEEEFP_NOINLINES__ 1
|
|
#include <ieeefp.h>
|
|
|
|
fp_except_t fpsetmask(fp_except_t m)
|
|
{
|
|
return (__fpsetmask(m));
|
|
}
|