Changeset 98000fb in mainline for kernel/generic/include/synch/futex.h
- Timestamp:
- 2009-06-03T19:34:45Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 301ff30
- Parents:
- 69e68e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/synch/futex.h
r69e68e3 r98000fb 50 50 link_t ht_link; 51 51 /** Number of tasks that reference this futex. */ 52 count_t refcount;52 size_t refcount; 53 53 } futex_t; 54 54
Note:
See TracChangeset
for help on using the changeset viewer.