Changes in kernel/generic/include/synch/futex.h [b59318e:5a6cc679] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/synch/futex.h
rb59318e r5a6cc679 53 53 54 54 extern void futex_init(void); 55 extern sys_errno_t sys_futex_sleep(uintptr_t , uintptr_t);55 extern sys_errno_t sys_futex_sleep(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.