diff options
Diffstat (limited to 'sysdeps/stub/k_rem_pio2l.c')
-rw-r--r-- | sysdeps/stub/k_rem_pio2l.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sysdeps/stub/k_rem_pio2l.c b/sysdeps/stub/k_rem_pio2l.c deleted file mode 100644 index 01bf158249..0000000000 --- a/sysdeps/stub/k_rem_pio2l.c +++ /dev/null @@ -1,15 +0,0 @@ -#include <math.h> -#include <math_private.h> -#include <stdio.h> -#include <errno.h> - -int -__kernel_rem_pio2l (long double *x, long double *y, int e0, int nx, int prec, - const int *ipio2) -{ - fputs ("__kernel_rem_pio2l not implemented\n", stderr); - __set_errno (ENOSYS); - return 0.0; -} - -stub_warning (__kernel_rem_pio2l) |