update from main archive 961030
[glibc.git] / sysdeps / stub / k_rem_pio2l.c
bloba51c44546ba44671cdd7b1fd49df0d38f3ec17c4
1 #include <math.h>
2 #include <math_private.h>
3 #include <stdio.h>
5 int
6 __kernel_rem_pio2l (long double *x, long double *y, int e0, int nx, int prec,
7 const int *ipio2)
9 fputs ("__kernel_rem_pio2l not implemented\n", stderr);
10 return 0.0;
13 stub_warning (__kernel_rem_pio2l)