summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2002-02-17 17:41:28 +0000
committerdeischen <deischen@FreeBSD.org>2002-02-17 17:41:28 +0000
commit90f4e083272cf9a20d33ba55a2c3b0418cb78681 (patch)
tree8f45c25334a89def9950a24e48117a16ad4d8dea /sys
parentd948dbd9bc544b1a1453a01158b3c82583e62d4f (diff)
downloadFreeBSD-src-90f4e083272cf9a20d33ba55a2c3b0418cb78681.zip
FreeBSD-src-90f4e083272cf9a20d33ba55a2c3b0418cb78681.tar.gz
Fix prototype to sigreturn to use struct __ucontext instead of ucontext_t.
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index c534546..1f42785 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -490,7 +490,7 @@
342 MSTD POSIX { int sigaction(int sig, const struct sigaction *act, \
struct sigaction *oact); }
343 MSTD POSIX { int sigpending(sigset_t *set); }
-344 STD BSD { int sigreturn(ucontext_t *sigcntxp); }
+344 STD BSD { int sigreturn(const struct __ucontext *sigcntxp); }
345 UNIMPL NOHIDE sigtimedwait
346 UNIMPL NOHIDE sigwaitinfo
347 MSTD BSD { int __acl_get_file(const char *path, \
OpenPOWER on IntegriCloud