]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - lib/libc/amd64/gen/fpsetprec.c
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.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 }