diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-10-09 23:22:11 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-10-09 23:22:11 +0000 |
| commit | 534ba86baa4cd37b1fd0a912ffdff863e8301897 (patch) | |
| tree | 503eb7ff6e146923dd46dc9d075147f61cff5436 /lib/libc/sys | |
| parent | d6b8445ebdac7fb97a8fa2a9c77d14a79a1d6a9a (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/sigaction.2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index 58723b815a3ee..aa1682b0ed472 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 */ |
