summaryrefslogtreecommitdiff
path: root/sysdeps/stub/k_tanl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/stub/k_tanl.c')
-rw-r--r--sysdeps/stub/k_tanl.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysdeps/stub/k_tanl.c b/sysdeps/stub/k_tanl.c
new file mode 100644
index 0000000000..713c8cdfe6
--- /dev/null
+++ b/sysdeps/stub/k_tanl.c
@@ -0,0 +1,11 @@
+#include <math.h>
+#include <stdio.h>
+
+long double
+__kernel_tanl (long double x, long double y, int iy)
+{
+ fputs ("__kernel_tanl not implemented\n", stderr);
+ return 0.0;
+}
+
+stub_warning (__kernel_tanl)