Changes in kernel/generic/include/synch/futex.h [5a6cc679:b59318e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/synch/futex.h
r5a6cc679 rb59318e 53 53 54 54 extern void futex_init(void); 55 extern sys_errno_t sys_futex_sleep(uintptr_t );55 extern sys_errno_t sys_futex_sleep(uintptr_t, uintptr_t); 56 56 extern sys_errno_t sys_futex_wakeup(uintptr_t); 57 57
Note:
See TracChangeset
for help on using the changeset viewer.