mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 16:18:54 -04:00
9 lines
139 B
C
9 lines
139 B
C
|
|
/* $FreeBSD$ */
|
||
|
|
#define __IEEEFP_NOINLINES__ 1
|
||
|
|
#include <ieeefp.h>
|
||
|
|
|
||
|
|
fp_except_t fpsetsticky(fp_except_t m)
|
||
|
|
{
|
||
|
|
return (__fpsetsticky(m));
|
||
|
|
}
|