Changeset 8fe1cdb in mainline for libc/include/futex.h
- Timestamp:
- 2006-04-01T15:20:20Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0319a8f6
- Parents:
- c4c5de5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/include/futex.h
rc4c5de5 r8fe1cdb 33 33 #include <types.h> 34 34 35 #define FUTEX_INITIALIZER {1} 36 35 37 extern void futex_initialize(atomic_t *futex, int value); 36 38 extern int futex_down(atomic_t *futex);
Note:
See TracChangeset
for help on using the changeset viewer.