--- src/sys/kern/syscalls.master 2004/12/29 02:40:02 1.15 +++ src/sys/kern/syscalls.master 2005/01/14 02:20:22 1.16 @@ -631,3 +631,5 @@ 466 STD BSD { int exec_sys_unregister(int id); } 467 STD BSD { int sys_checkpoint(int type, int fd, pid_t pid, int retval); } 468 STD BSD { int mountctl(const char *path, int op, int fd, const void *ctl, int ctllen, void *buf, int buflen); } +469 STD BSD { int umtx_sleep(const int *ptr, int value, int timeout); } +470 STD BSD { int umtx_wakeup(const void *ptr, int count); }