diff options
author | peter <peter@FreeBSD.org> | 2002-10-19 22:09:23 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-10-19 22:09:23 +0000 |
commit | 6f9d4eb33738f900d5cfe485342596acd9e2061e (patch) | |
tree | b95a6af4398ad1cac16deda33e51808f78b85585 /sys/compat | |
parent | 59d5e4480cd0851bc181f036c8d8e500b6c25421 (diff) | |
download | FreeBSD-src-6f9d4eb33738f900d5cfe485342596acd9e2061e.zip FreeBSD-src-6f9d4eb33738f900d5cfe485342596acd9e2061e.tar.gz |
Grab 416/417 real estate before I get burned while testing again.
This is for the not-quite-ready signal/fpu abi stuff. It may not see
the light of day, but I'm certainly not going to be able to validate it
when getting shot in the foot due to syscall number conflicts.
Diffstat (limited to 'sys/compat')
-rw-r--r-- | sys/compat/freebsd32/syscalls.master | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master index 63cdd50..c146d66 100644 --- a/sys/compat/freebsd32/syscalls.master +++ b/sys/compat/freebsd32/syscalls.master @@ -586,3 +586,5 @@ 413 UNIMPL BSD extattr_get_link 414 UNIMPL BSD extattr_delete_link 415 UNIMPL BSD __execve_mac +416 UNIMPL BSD newsigreturn +417 UNIMPL BSD newsigaction |