--- src/sys/sys/syscall-hide.h 2004/12/29 02:40:03 1.21 +++ src/sys/sys/syscall-hide.h 2005/01/14 02:20:24 1.22 @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $DragonFly$ - * created from DragonFly: src/sys/kern/syscalls.master,v 1.14 2004/12/24 05:00:17 dillon Exp + * created from DragonFly: src/sys/kern/syscalls.master,v 1.15 2004/12/29 02:40:02 dillon Exp */ HIDE_POSIX(fork) @@ -294,3 +294,5 @@ HIDE_BSD(exec_sys_register) HIDE_BSD(exec_sys_unregister) HIDE_BSD(sys_checkpoint) HIDE_BSD(mountctl) +HIDE_BSD(umtx_sleep) +HIDE_BSD(umtx_wakeup)