diff options
Diffstat (limited to 'sysdeps/stub/e_j1l.c')
-rw-r--r-- | sysdeps/stub/e_j1l.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysdeps/stub/e_j1l.c b/sysdeps/stub/e_j1l.c index d84e3cd1c2..0a781e5cc1 100644 --- a/sysdeps/stub/e_j1l.c +++ b/sysdeps/stub/e_j1l.c @@ -9,3 +9,12 @@ __ieee754_j1l (long double x) } stub_warning (__ieee754_j1l) + +long double +__ieee754_y1l (long double x) +{ + fputs ("__ieee754_y1l not implemented\n", stderr); + return 0.0; +} + +stub_warning (__ieee754_y1l) |