summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/math.h
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-06-13 15:16:30 +0000
committerru <ru@FreeBSD.org>2001-06-13 15:16:30 +0000
commit0d5bbb03497fb236d7d90377834431974b0614da (patch)
tree37b7552d4bd478688101be23177232d72f8186b9 /lib/msun/src/math.h
parent086630c576392797f494de067ba6ca5608875b1a (diff)
downloadFreeBSD-src-0d5bbb03497fb236d7d90377834431974b0614da.zip
FreeBSD-src-0d5bbb03497fb236d7d90377834431974b0614da.tar.gz
Added skeleton <complex.h> (aligned with the POSIX.1-200x), mostly
to fix the "-nostdinc WARNS=X" breakage caused by broken prototypes for cabs() and cabsl() in <math.h>. Reimplemented cabs() and cabsl() using new complex numbers types and moved prototypes from <math.h> to <complex.h>.
Diffstat (limited to 'lib/msun/src/math.h')
-rw-r--r--lib/msun/src/math.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/msun/src/math.h b/lib/msun/src/math.h
index e26e39f..e5a5e16 100644
--- a/lib/msun/src/math.h
+++ b/lib/msun/src/math.h
@@ -174,7 +174,6 @@ extern double scalbn __P((double, int));
/*
* BSD math library entry points
*/
-extern double cabs();
extern double drem __P((double, double));
extern double expm1 __P((double));
extern double log1p __P((double));
@@ -257,7 +256,6 @@ extern float scalbnf __P((float, int));
/*
* float versions of BSD math library entry points
*/
-extern float cabsf ();
extern float dremf __P((float, float));
extern float expm1f __P((float));
extern float log1pf __P((float));
OpenPOWER on IntegriCloud