summaryrefslogtreecommitdiffstats
path: root/lib/libc/amd64/gen/fpsetsticky.c
blob: 95b165589e38679fc8bbf9db45d99cc4ca2f0159 (plain)
1
2
3
4
5
6
7
8
/* $FreeBSD$ */
#define __IEEEFP_NOINLINES__ 1
#include <ieeefp.h>

fp_except_t fpsetsticky(fp_except_t m)
{
	return (__fpsetsticky(m));
}
OpenPOWER on IntegriCloud