summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/ia32/syscalls.master2
-rw-r--r--sys/compat/freebsd32/syscalls.master2
-rw-r--r--sys/ia64/ia32/syscalls.master2
-rw-r--r--sys/kern/syscalls.master2
4 files changed, 8 insertions, 0 deletions
diff --git a/sys/amd64/ia32/syscalls.master b/sys/amd64/ia32/syscalls.master
index 63cdd50..c146d66 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 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
diff --git a/sys/ia64/ia32/syscalls.master b/sys/ia64/ia32/syscalls.master
index 63cdd50..c146d66 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 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)
OpenPOWER on IntegriCloud