summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4/svr4_signal.c
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-20 05:48:58 +0000
committeralfred <alfred@FreeBSD.org>2002-03-20 05:48:58 +0000
commit61bf661405b71b867b513fdce9829fe2621814e2 (patch)
tree3d74fd60e2a8454afa80afb555ded6a9f0360780 /sys/compat/svr4/svr4_signal.c
parent0a59f1223c856d6130a3ef3b5c5f27b2a6a2296f (diff)
downloadFreeBSD-src-61bf661405b71b867b513fdce9829fe2621814e2.zip
FreeBSD-src-61bf661405b71b867b513fdce9829fe2621814e2.tar.gz
Remove __P.
Diffstat (limited to 'sys/compat/svr4/svr4_signal.c')
-rw-r--r--sys/compat/svr4/svr4_signal.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/compat/svr4/svr4_signal.c b/sys/compat/svr4/svr4_signal.c
index d4bf8e9..471022a 100644
--- a/sys/compat/svr4/svr4_signal.c
+++ b/sys/compat/svr4/svr4_signal.c
@@ -53,11 +53,9 @@
#define svr4_sigismember(s, n) ((s)->bits[svr4_sigword(n)] & svr4_sigmask(n))
#define svr4_sigaddset(s, n) ((s)->bits[svr4_sigword(n)] |= svr4_sigmask(n))
-void svr4_to_bsd_sigaction __P((const struct svr4_sigaction *,
- struct sigaction *));
-void bsd_to_svr4_sigaction __P((const struct sigaction *,
- struct svr4_sigaction *));
-void svr4_sigfillset __P((svr4_sigset_t *));
+void svr4_to_bsd_sigaction(const struct svr4_sigaction *, struct sigaction *);
+void bsd_to_svr4_sigaction(const struct sigaction *, struct svr4_sigaction *);
+void svr4_sigfillset(svr4_sigset_t *);
int bsd_to_svr4_sig[SVR4_SIGTBLSZ] = {
SVR4_SIGHUP,
OpenPOWER on IntegriCloud