Changeset 4db1fbf in mainline for uspace/lib/c/generic/async.c
- Timestamp:
- 2011-01-28T20:34:57Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e26a4633
- Parents:
- 007e6efa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/async.c
r007e6efa r4db1fbf 94 94 #include <futex.h> 95 95 #include <async.h> 96 #include <async_priv.h>97 96 #include <fibril.h> 98 97 #include <stdio.h> … … 105 104 #include <arch/barrier.h> 106 105 #include <bool.h> 106 #include "priv/async.h" 107 107 108 108 atomic_t async_futex = FUTEX_INITIALIZER;
Note:
See TracChangeset
for help on using the changeset viewer.