summaryrefslogtreecommitdiffstats
path: root/lib/msun/bsdsrc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-21 23:54:04 +0000
committerobrien <obrien@FreeBSD.org>2002-03-21 23:54:04 +0000
commitfd9d7ac0ed3b0196f0165675edd10f4568d1ce88 (patch)
tree797ad825cd6005b210c12cc519012e2266372988 /lib/msun/bsdsrc
parentd0f7d014387d18db9910e1094a3d0696bfeccab6 (diff)
downloadFreeBSD-src-fd9d7ac0ed3b0196f0165675edd10f4568d1ce88.zip
FreeBSD-src-fd9d7ac0ed3b0196f0165675edd10f4568d1ce88.tar.gz
Remove __P() usage.
Diffstat (limited to 'lib/msun/bsdsrc')
-rw-r--r--lib/msun/bsdsrc/b_tgamma.c10
-rw-r--r--lib/msun/bsdsrc/mathimpl.h5
2 files changed, 8 insertions, 7 deletions
diff --git a/lib/msun/bsdsrc/b_tgamma.c b/lib/msun/bsdsrc/b_tgamma.c
index d009def..4859088 100644
--- a/lib/msun/bsdsrc/b_tgamma.c
+++ b/lib/msun/bsdsrc/b_tgamma.c
@@ -78,11 +78,11 @@ __FBSDID("$FreeBSD$");
* Maximum observed error < 4ulp in 1,000,000 trials.
*/
-static double neg_gam __P((double));
-static double small_gam __P((double));
-static double smaller_gam __P((double));
-static struct Double large_gam __P((double));
-static struct Double ratfun_gam __P((double, double));
+static double neg_gam(double);
+static double small_gam(double);
+static double smaller_gam(double);
+static struct Double large_gam(double);
+static struct Double ratfun_gam(double, double);
/*
* Rational approximation, A0 + x*x*P(x)/Q(x), on the interval
diff --git a/lib/msun/bsdsrc/mathimpl.h b/lib/msun/bsdsrc/mathimpl.h
index 6a2a37d..b9b0295 100644
--- a/lib/msun/bsdsrc/mathimpl.h
+++ b/lib/msun/bsdsrc/mathimpl.h
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*
* @(#)mathimpl.h 8.1 (Berkeley) 6/4/93
+ * $FreeBSD$
*/
#include <sys/cdefs.h>
@@ -94,5 +95,5 @@ extern double __exp__E();
extern double __log__L();
struct Double {double a, b;};
-double __exp__D __P((double, double));
-struct Double __log__D __P((double));
+double __exp__D(double, double);
+struct Double __log__D(double);
OpenPOWER on IntegriCloud