diff options
author | jhb <jhb@FreeBSD.org> | 2003-08-21 14:16:00 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2003-08-21 14:16:00 +0000 |
commit | c33688e02719e8082e10c2712272751b5db77872 (patch) | |
tree | 230ab4cd2cba61b070e3fc6294252af6bbf619d6 /sys | |
parent | 6f522a9e5248d735aaee5f9fd322c6c758801149 (diff) | |
download | FreeBSD-src-c33688e02719e8082e10c2712272751b5db77872.zip FreeBSD-src-c33688e02719e8082e10c2712272751b5db77872.tar.gz |
Swap sigaction/sigreturn since they are in the wrong order.
Noticed indirectly by: peter
Diffstat (limited to 'sys')
-rw-r--r-- | sys/ia64/ia32/syscalls.master | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ia64/ia32/syscalls.master b/sys/ia64/ia32/syscalls.master index 508fdf7..0736a34 100644 --- a/sys/ia64/ia32/syscalls.master +++ b/sys/ia64/ia32/syscalls.master @@ -586,8 +586,8 @@ 413 UNIMPL BSD extattr_get_link 414 UNIMPL BSD extattr_delete_link 415 UNIMPL BSD __mac_execve -416 UNIMPL BSD newsigreturn -417 UNIMPL BSD newsigaction +416 UNIMPL BSD newsigaction +417 UNIMPL BSD newsigreturn 418 UNIMPL BSD __xstat 419 UNIMPL BSD __xfstat 420 UNIMPL BSD __xlstat |