]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/libc/amd64/gen/fpsetprec.c
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / lib / libc / amd64 / gen / fpsetprec.c
1 /* $FreeBSD$ */
2 #define __IEEEFP_NOINLINES__ 1
3 #include <ieeefp.h>
4
5 fp_prec_t fpsetprec(fp_prec_t m)
6 {
7         return (__fpsetprec(m));
8 }