aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
diff options
context:
space:
mode:
authorMike Barcroft <mike@FreeBSD.org>2003-04-09 02:55:18 +0000
committerMike Barcroft <mike@FreeBSD.org>2003-04-09 02:55:18 +0000
commitfd7a8150fbfa35eca5fa77c068493cc6315a4eb2 (patch)
treec6122edf636b885d1df318cda6d94636af3212f8 /sys/kern/syscalls.master
parentdb5f2ca8df1aa9b4e549245acc5c5e4134fee404 (diff)
Notes
Diffstat (limited to 'sys/kern/syscalls.master')
-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 b5c729bfd3c3..cfb84f03c22a 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -630,6 +630,7 @@
433 MSTD BSD { int thr_kill(thr_id_t id, int sig); }
434 MSTD BSD { int _umtx_lock(struct umtx *umtx); }
435 MSTD BSD { int _umtx_unlock(struct umtx *umtx); }
+436 MSTD BSD { int jail_attach(int jid); }
; Please copy any additions and changes to the following compatability tables:
; sys/ia64/ia32/syscalls.master (take a best guess)