Changes in kernel/generic/include/synch/futex.h [b7fd2a0:82cbf8c6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/synch/futex.h
rb7fd2a0 r82cbf8c6 53 53 54 54 extern void futex_init(void); 55 extern sys _errno_t sys_futex_sleep(uintptr_t);56 extern sys _errno_t sys_futex_wakeup(uintptr_t);55 extern sysarg_t sys_futex_sleep(uintptr_t); 56 extern sysarg_t sys_futex_wakeup(uintptr_t); 57 57 58 58 extern void futex_task_cleanup(void);
Note:
See TracChangeset
for help on using the changeset viewer.