mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 09:37:08 -04:00
7 lines
111 B
C
7 lines
111 B
C
#define __IEEEFP_NOINLINES__ 1
|
|
#include <ieeefp.h>
|
|
|
|
fp_except_t fpgetsticky(void)
|
|
{
|
|
return __fpgetsticky();
|
|
}
|