Support binutils 2.20.
[glibc/nacl-glibc.git] / math / e_jnl.c
blob1bfc0695a5dabacbcfcae2cc119d74a493f643ce
1 #include <math.h>
2 #include <stdio.h>
3 #include <errno.h>
4 #include "math_private.h"
6 long double
7 __ieee754_jnl (int n, long double x)
9 fputs ("__ieee754_jnl not implemented\n", stderr);
10 __set_errno (ENOSYS);
11 return 0.0;
14 stub_warning (jnl)
16 long double
17 __ieee754_ynl (int n, long double x)
19 fputs ("__ieee754_ynl not implemented\n", stderr);
20 __set_errno (ENOSYS);
21 return 0.0;
24 stub_warning (ynl)
25 #include <stub-tag.h>