Author: das Date: Sat Mar 14 18:58:53 2009 New Revision: 189805 URL: http://svn.freebsd.org/changeset/base/189805
Log: Namespace: scalb() is withdrawn from POSIX. Modified: head/lib/msun/src/math.h Modified: head/lib/msun/src/math.h ============================================================================== --- head/lib/msun/src/math.h Sat Mar 14 18:55:51 2009 (r189804) +++ head/lib/msun/src/math.h Sat Mar 14 18:58:53 2009 (r189805) @@ -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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"