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

fp_except_t fpgetsticky(void)
{
	return __fpgetsticky();
}
OpenPOWER on IntegriCloud