Changeset 669f3d32 in mainline for kernel/generic/include/synch/futex.h
- Timestamp:
- 2012-11-20T18:26:14Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c28413a9
- Parents:
- 04d66804
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/synch/futex.h
r04d66804 r669f3d32 55 55 extern sysarg_t sys_futex_wakeup(uintptr_t); 56 56 57 extern void futex_cleanup(void); 57 extern void futex_task_cleanup(void); 58 extern void futex_task_init(struct task *); 59 extern void futex_task_deinit(struct task *); 58 60 59 61 #endif
Note:
See TracChangeset
for help on using the changeset viewer.