summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-06-29 02:32:34 +0000
committerpeter <peter@FreeBSD.org>2002-06-29 02:32:34 +0000
commitb6009897cf0e1d7540d078548f19215d4ce3f3cb (patch)
tree3b85de9139b191e7e01edd6e7fffe13d3ad22af7 /sys/sparc64
parent97873dcbf33019727d6c29b9a62702011576b3b2 (diff)
downloadFreeBSD-src-b6009897cf0e1d7540d078548f19215d4ce3f3cb.zip
FreeBSD-src-b6009897cf0e1d7540d078548f19215d4ce3f3cb.tar.gz
Remove a couple of __P() stragglers.
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/include/profile.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/sparc64/include/profile.h b/sys/sparc64/include/profile.h
index dea9011..122fc87 100644
--- a/sys/sparc64/include/profile.h
+++ b/sys/sparc64/include/profile.h
@@ -52,10 +52,10 @@ _mcount() \
#ifdef GUPROF
struct gmonparam;
-void nullfunc_loop_profiled __P((void));
-void nullfunc_profiled __P((void));
-void startguprof __P((struct gmonparam *p));
-void stopguprof __P((struct gmonparam *p));
+void nullfunc_loop_profiled(void);
+void nullfunc_profiled(void);
+void startguprof(struct gmonparam *p);
+void stopguprof(struct gmonparam *p);
#else
#define startguprof(p)
#define stopguprof(p)
OpenPOWER on IntegriCloud