diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2002-10-19 22:09:23 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2002-10-19 22:09:23 +0000 |
| commit | c8447553b5ff5a26ecbbff793d8e981db38543bd (patch) | |
| tree | b95a6af4398ad1cac16deda33e51808f78b85585 | |
| parent | 87e89c75951cf2598644b67662d06d3f3b03667d (diff) | |
Notes
| -rw-r--r-- | sys/amd64/ia32/syscalls.master | 2 | ||||
| -rw-r--r-- | sys/compat/freebsd32/syscalls.master | 2 | ||||
| -rw-r--r-- | sys/ia64/ia32/syscalls.master | 2 | ||||
| -rw-r--r-- | sys/kern/syscalls.master | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/sys/amd64/ia32/syscalls.master b/sys/amd64/ia32/syscalls.master index 63cdd502ecb69..c146d66f65623 100644 --- a/sys/amd64/ia32/syscalls.master +++ b/sys/amd64/ia32/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 diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master index 63cdd502ecb69..c146d66f65623 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 diff --git a/sys/ia64/ia32/syscalls.master b/sys/ia64/ia32/syscalls.master index 63cdd502ecb69..c146d66f65623 100644 --- a/sys/ia64/ia32/syscalls.master +++ b/sys/ia64/ia32/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 diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index f1b5db6e03b80..5027af3827d03 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) |
