diff options
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r-- | sys/kern/syscalls.master | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 8ddb344..14eb54d 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -643,5 +643,7 @@ 452 MNOSTD { int setaudit_addr(struct auditinfo_addr \ *auditinfo_addr, u_int length); } 453 MNOSTD { int auditctl(int cmd, char *path); } +454 MSTD { int _umtx_op(struct umtx *umtx, int op, long id, void *uaddr,\ + struct timespec *abstime); } ; Please copy any additions and changes to the following compatability tables: ; sys/compat/freebsd32/syscalls.master |