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));
|
||
|
}
|