summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/sigaction.29
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