projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
update from main archive 961008
[kopensolaris-gnu/glibc.git]
/
sysdeps
/
stub
/
e_j0l.c
diff --git
a/sysdeps/stub/e_j0l.c
b/sysdeps/stub/e_j0l.c
index
90fa2c6
..
c16e8a8
100644
(file)
--- 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)