aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
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/kern
parent49091c48d5c95e2dc1efaf3d8e0a3b4a96d0e5bc (diff)
downloadsrc-5a56b437ec9018a89d4128fccbd99b701ccb1d74.tar.gz
src-5a56b437ec9018a89d4128fccbd99b701ccb1d74.zip
Notes
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/syscalls.master1
1 files changed, 1 insertions, 0 deletions
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