diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-20 01:56:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-20 01:56:49 +0000 |
commit | ee648a99e21c43f952054cd008f2f2cf3cba80f0 (patch) | |
tree | a439c79f35ff3d0a7e9b781cf8ddccd2af0c1e1a /lib/libc/sys/sigaction.2 | |
parent | 829ad833bc4e3f4b5b269fe6c8d2bfb08afa4435 (diff) |
hmm, not ideal yet...
Diffstat (limited to 'lib/libc/sys/sigaction.2')
-rw-r--r-- | lib/libc/sys/sigaction.2 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index 37075bef009..2a3a5b4f4ec 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -338,15 +338,6 @@ is set to indicated the reason. The handler routine can be declared: .Bd -literal -offset indent void -handler(sig, nothing, scp) - int sig; - int nothing; /* this will be NULL */ - struct sigcontext *scp; -.Pp -.Ed -or alternatively just -.Bd -literal -offset indent -void handler(sig) int sig; .Pp |