mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-27 11:55:06 +00:00
Namespace: scalb() is withdrawn from POSIX.
This commit is contained in:
parent
4646cea766
commit
fbaabc11ae
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=189805
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user