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