Changeset 6340b4d2 in mainline for uspace/lib/c/generic/thread/fibril_synch.c
- Timestamp:
- 2018-08-01T18:15:53Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1de92fb0
- Parents:
- d742db21
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-31 17:01:46)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-01 18:15:53)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/thread/fibril_synch.c
rd742db21 r6340b4d2 48 48 #include <context.h> 49 49 50 #include " private/async.h"51 #include " private/fibril.h"50 #include "../private/async.h" 51 #include "../private/fibril.h" 52 52 53 53 void fibril_rmutex_initialize(fibril_rmutex_t *m)
Note:
See TracChangeset
for help on using the changeset viewer.