Changeset e26a4633 in mainline for uspace/lib/c/generic/async.c
- Timestamp:
- 2011-01-28T20:54:36Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 46b881c, 68a2be19
- Parents:
- 4db1fbf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/async.c
r4db1fbf re26a4633 104 104 #include <arch/barrier.h> 105 105 #include <bool.h> 106 #include "priv /async.h"106 #include "private/async.h" 107 107 108 108 atomic_t async_futex = FUTEX_INITIALIZER;
Note:
See TracChangeset
for help on using the changeset viewer.