mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
8 lines
123 B
C
8 lines
123 B
C
/* $FreeBSD$ */
|
|
#define __IEEEFP_NOINLINES__ 1
|
|
#include <ieeefp.h>
|
|
|
|
fp_except_t fpgetmask(void)
|
|
{
|
|
return __fpgetmask();
|
|
}
|