summaryrefslogtreecommitdiffstats
path: root/lib/msun
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2009-03-14 18:58:53 +0000
committerdas <das@FreeBSD.org>2009-03-14 18:58:53 +0000
commit78607e9faf2785344e2df492955a600fc9da95dd (patch)
tree18d84bf8532da509bf0506d03bfc9f75a3915cee /lib/msun
parentfbe19d09d8801d53305f11436360451fe997779d (diff)
downloadFreeBSD-src-78607e9faf2785344e2df492955a600fc9da95dd.zip
FreeBSD-src-78607e9faf2785344e2df492955a600fc9da95dd.tar.gz
Namespace: scalb() is withdrawn from POSIX.
Diffstat (limited to 'lib/msun')
-rw-r--r--lib/msun/src/math.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/msun/src/math.h b/lib/msun/src/math.h
index 521ee3f..601d0ce 100644
--- a/lib/msun/src/math.h
+++ b/lib/msun/src/math.h
@@ -249,7 +249,6 @@ double rint(double);
double j0(double);
double j1(double);
double jn(int, double);
-double scalb(double, double);
double y0(double);
double y1(double);
double yn(int, double);
@@ -257,6 +256,10 @@ double yn(int, double);
#if __XSI_VISIBLE <= 500 || __BSD_VISIBLE
double gamma(double);
#endif
+
+#if __XSI_VISIBLE <= 600 || __BSD_VISIBLE
+double scalb(double, double);
+#endif
#endif /* __BSD_VISIBLE || __XSI_VISIBLE */
#if __BSD_VISIBLE || __ISO_C_VISIBLE >= 1999
OpenPOWER on IntegriCloud