Changeset 5a6cc679 in mainline for kernel/generic/include/synch/futex.h
- Timestamp:
- 2018-01-31T02:21:24Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a0a9cc2
- Parents:
- 132ab5d1
- File:
-
- 1 edited
-
kernel/generic/include/synch/futex.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/synch/futex.h
r132ab5d1 r5a6cc679 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.
