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