summaryrefslogtreecommitdiffstats
path: root/sys/amd64/ia32
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-08-21 03:48:05 +0000
committerpeter <peter@FreeBSD.org>2003-08-21 03:48:05 +0000
commit96b31600a1480cdc7df4d182c8c5470873ba174e (patch)
treeb7fce39db01f9276b06dfba0b57e621548b0241d /sys/amd64/ia32
parentbd595fed606719cd74632fdeb8f15bff31135096 (diff)
downloadFreeBSD-src-96b31600a1480cdc7df4d182c8c5470873ba174e.zip
FreeBSD-src-96b31600a1480cdc7df4d182c8c5470873ba174e.tar.gz
This is too funny for words. Swap syscalls 416 and 417 around. It works
better that way when sigaction() and sigreturn() do the right thing.
Diffstat (limited to 'sys/amd64/ia32')
-rw-r--r--sys/amd64/ia32/syscalls.master4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/ia32/syscalls.master b/sys/amd64/ia32/syscalls.master
index 042bf00..8dff9b5 100644
--- a/sys/amd64/ia32/syscalls.master
+++ b/sys/amd64/ia32/syscalls.master
@@ -586,10 +586,10 @@
413 UNIMPL BSD extattr_get_link
414 UNIMPL BSD extattr_delete_link
415 UNIMPL BSD __mac_execve
-416 MSTD BSD { int ia32_sigreturn(const struct ia32_ucontext *sigcntxp); }
-417 STD POSIX { int ia32_sigaction(int sig, \
+416 STD POSIX { int ia32_sigaction(int sig, \
struct sigaction32 *act, \
struct sigaction32 *oact); }
+417 MSTD BSD { int ia32_sigreturn(const struct ia32_ucontext *sigcntxp); }
418 UNIMPL BSD __xstat
419 UNIMPL BSD __xfstat
420 UNIMPL BSD __xlstat
OpenPOWER on IntegriCloud