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.
This commit is contained in:
Peter Wemm 2003-08-21 03:48:05 +00:00
parent 0de95e161e
commit 6b59055cb8
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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