From 6f9d4eb33738f900d5cfe485342596acd9e2061e Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 19 Oct 2002 22:09:23 +0000 Subject: 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. --- sys/kern/syscalls.master | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/kern') diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index f1b5db6..5027af3 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -599,6 +599,8 @@ 414 STD BSD { int extattr_delete_link(const char *path, \ int attrnamespace, const char *attrname); } 415 UNIMPL BSD __execve_mac +416 UNIMPL BSD newsigreturn +417 UNIMPL BSD newsigaction ; Please copy any additions and changes to the following compatability tables: ; sys/ia64/ia32/syscalls.master (take a best guess) -- cgit v1.1