mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 11:00:15 -05:00
8 lines
131 B
C
8 lines
131 B
C
/* $FreeBSD$ */
|
|
#define __IEEEFP_NOINLINES__ 1
|
|
#include <ieeefp.h>
|
|
|
|
fp_rnd_t fpsetround(fp_rnd_t m)
|
|
{
|
|
return (__fpsetround(m));
|
|
}
|