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.
This commit is contained in:
Peter Wemm 2002-10-19 22:09:23 +00:00
parent 87e89c7595
commit c8447553b5
4 changed files with 8 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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