about summary refs log tree commit diff
path: root/sysdeps/stub/e_jnl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/stub/e_jnl.c')
-rw-r--r--sysdeps/stub/e_jnl.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/sysdeps/stub/e_jnl.c b/sysdeps/stub/e_jnl.c
index b9f59004ea..86ff03b031 100644
--- a/sysdeps/stub/e_jnl.c
+++ b/sysdeps/stub/e_jnl.c
@@ -2,10 +2,19 @@
 #include <stdio.h>
 
 long double
-__ieee754_jnl (long double x)
+__ieee754_jnl (int n, long double x)
 {
   fputs ("__ieee754_jnl not implemented\n", stderr);
   return 0.0;
 }
 
 stub_warning (__ieee754_jnl)
+
+long double
+__ieee754_ynl (int n, long double x)
+{
+  fputs ("__ieee754_ynl not implemented\n", stderr);
+  return 0.0;
+}
+
+stub_warning (__ieee754_ynl)