From 4c4e6552342f09956d27ead3dc5d62ec8075ba4a Mon Sep 17 00:00:00 2001 From: alfred Date: Wed, 9 Oct 2002 23:22:11 +0000 Subject: de-__P() --- lib/libc/sys/sigaction.2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index 58723b8..aa1682b 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -46,8 +46,7 @@ struct sigaction { union { void (*__sa_handler)(int); - void (*__sa_sigaction) __P((int, struct __siginfo *, - void *)); + void (*__sa_sigaction)(int, struct __siginfo *, void *); } __sigaction_u; /* signal handler */ int sa_flags; /* see signal options below */ sigset_t sa_mask; /* signal mask to apply */ -- cgit v1.1