]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/stub/e_rem_pio2l.c
update from main archive 961005
[thirdparty/glibc.git] / sysdeps / stub / e_rem_pio2l.c
1 #include <math.h>
2 #include <stdio.h>
3
4 long double
5 __ieee754_rem_pio2l (long double x, long double *y)
6 {
7 fputs ("__ieee754_rem_pio2l not implemented\n", stderr);
8 return 0.0;
9 }
10
11 stub_warning (__ieee754_rem_pio2l)