mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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:
parent
87e89c7595
commit
c8447553b5
4 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue