summaryrefslogtreecommitdiff
path: root/sysdeps/stub/k_rem_pio2l.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/stub/k_rem_pio2l.c')
-rw-r--r--sysdeps/stub/k_rem_pio2l.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysdeps/stub/k_rem_pio2l.c b/sysdeps/stub/k_rem_pio2l.c
new file mode 100644
index 0000000000..a51c44546b
--- /dev/null
+++ b/sysdeps/stub/k_rem_pio2l.c
@@ -0,0 +1,13 @@
+#include <math.h>
+#include <math_private.h>
+#include <stdio.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);
+ return 0.0;
+}
+
+stub_warning (__kernel_rem_pio2l)