aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2005-12-23 11:54:11 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2005-12-23 11:54:11 +0000
commit5a56b437ec9018a89d4128fccbd99b701ccb1d74 (patch)
tree566182536226ff281b4f545a0742d0468d539ab8 /sys
parent49091c48d5c95e2dc1efaf3d8e0a3b4a96d0e5bc (diff)
downloadsrc-5a56b437ec9018a89d4128fccbd99b701ccb1d74.tar.gz
src-5a56b437ec9018a89d4128fccbd99b701ccb1d74.zip
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/compat/freebsd32/syscalls.master1
-rw-r--r--sys/kern/syscalls.master1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master
index f94cb83104ab..1026cf154031 100644
--- a/sys/compat/freebsd32/syscalls.master
+++ b/sys/compat/freebsd32/syscalls.master
@@ -743,3 +743,4 @@
452 AUE_NULL UNIMPL setaudit_addr
453 AUE_NULL UNIMPL auditctl
454 AUE_NULL UNIMPL _umtx_op
+463 AUE_NULL MSTD { int abort2(const char *why, int nargs, void **args); }
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 3fa62ba41067..a11bbda99019 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -816,5 +816,6 @@
461 AUE_NULL MNOSTD { int mq_notify(mqd_t mqd, \
const struct sigevent *sigev); }
462 AUE_NULL MNOSTD { int mq_unlink(const char *path); }
+463 AUE_NULL MSTD { int abort2(const char *why, int nargs, void **args); }
; Please copy any additions and changes to the following compatability tables:
; sys/compat/freebsd32/syscalls.master