--- src/sys/sys/Attic/syscall-args 2004/12/29 02:40:03 1.4 +++ src/sys/sys/Attic/syscall-args 2005/01/14 02:20:24 1.5 @@ -2,7 +2,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 int syscall nosys nosys_args void exit sys_exit sys_exit_args int rval @@ -255,4 +255,6 @@ int caps_sys_setgen caps_sys_setgen caps int exec_sys_register exec_sys_register exec_sys_register_args void * entry int exec_sys_unregister exec_sys_unregister exec_sys_unregister_args int id int sys_checkpoint sys_checkpoint sys_checkpoint_args int type int fd pid_t pid int retval -int mountctl mountctl mountctl_args char * path int op int fd const void * ctl int ctllen void * buf int buflen +int mountctl mountctl mountctl_args const char * path int op int fd const void * ctl int ctllen void * buf int buflen +int umtx_sleep umtx_sleep umtx_sleep_args const int * ptr int value int timeout +int umtx_wakeup umtx_wakeup umtx_wakeup_args const void * ptr int count