summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-07-16 09:44:58 +0000
committerbde <bde@FreeBSD.org>1995-07-16 09:44:58 +0000
commitf74bb0f7b44b162494564f01a279ae1f245c81b7 (patch)
tree9da9ff365837a2f86888160548f925ab773d361b /lib
parent81708134236f573e52e322415a1a956fd02e948f (diff)
downloadFreeBSD-src-f74bb0f7b44b162494564f01a279ae1f245c81b7.zip
FreeBSD-src-f74bb0f7b44b162494564f01a279ae1f245c81b7.tar.gz
The declaration of sigaction was missing a `const'.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/sigaction.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2
index d48b640..3f41266 100644
--- a/lib/libc/sys/sigaction.2
+++ b/lib/libc/sys/sigaction.2
@@ -46,7 +46,7 @@ struct sigaction {
int sa_flags;
};
.Ed
-.Fn sigaction "int sig" "struct sigaction *act" "struct sigaction *oact"
+.Fn sigaction "int sig" "const struct sigaction *act" "struct sigaction *oact"
.Sh DESCRIPTION
The system defines a set of signals that may be delivered to a process.
Signal delivery resembles the occurrence of a hardware interrupt:
OpenPOWER on IntegriCloud