summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2002-02-17 17:41:28 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2002-02-17 17:41:28 +0000
commitbc874287e9223d4df29168f3433544b5a4353ae4 (patch)
tree8f45c25334a89def9950a24e48117a16ad4d8dea
parent0270d57aef325fb8d49f29133fa43fee1742240c (diff)
Notes
-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 c5345469d10f..1f427852e582 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, \