diff options
author | Andreas Jaeger <aj@suse.de> | 2001-09-22 13:44:03 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-09-22 13:44:03 +0000 |
commit | 8101ca20f998f1c513fe8a4ca4ac7fd2dedaedd7 (patch) | |
tree | 4a499480c20d8fa97505b093b7cef6172ba0db67 /math | |
parent | ede503f745b6a877150124939e4026a4775fda46 (diff) | |
download | glibc-8101ca20f998f1c513fe8a4ca4ac7fd2dedaedd7.tar.gz glibc-8101ca20f998f1c513fe8a4ca4ac7fd2dedaedd7.tar.xz glibc-8101ca20f998f1c513fe8a4ca4ac7fd2dedaedd7.zip |
Update.
2001-09-22 Andreas Jaeger <aj@suse.de> * math/math_private.h: Add prototypes.
Diffstat (limited to 'math')
-rw-r--r-- | math/math_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/math_private.h b/math/math_private.h index 593cb7a068..84c1d9ad34 100644 --- a/math/math_private.h +++ b/math/math_private.h @@ -293,6 +293,8 @@ extern long double __scalbnl (long double, int); extern long double __sqrtl (long double x); extern long double fabsl (long double x); extern void __sincosl (long double, long double *, long double *); +extern long double __logbl (long double x); +extern long double __significandl (long double x); #endif /* Prototypes for functions of the IBM Accurate Mathematical Library. */ |