mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 08:07:28 -04:00
9 lines
122 B
C
9 lines
122 B
C
|
|
/* $FreeBSD$ */
|
||
|
|
#define __IEEEFP_NOINLINES__ 1
|
||
|
|
#include <ieeefp.h>
|
||
|
|
|
||
|
|
fp_rnd_t fpgetround(void)
|
||
|
|
{
|
||
|
|
return __fpgetround();
|
||
|
|
}
|