Changes in kernel/generic/include/synch/futex.h [82cbf8c6:b7fd2a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/synch/futex.h
r82cbf8c6 rb7fd2a0 53 53 54 54 extern void futex_init(void); 55 extern sys arg_t sys_futex_sleep(uintptr_t);56 extern sys arg_t sys_futex_wakeup(uintptr_t);55 extern sys_errno_t sys_futex_sleep(uintptr_t); 56 extern sys_errno_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.