Changeset e5360a8 in mainline
- Timestamp:
- 2019-01-20T15:59:17Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3ffb69b
- Parents:
- 57264ac3
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-01-19 17:16:57)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-01-20 15:59:17)
- Location:
- uspace/lib/c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/private/fibril.h
r57264ac3 re5360a8 35 35 #include <abi/proc/uarg.h> 36 36 #include <fibril.h> 37 #include <ipc/common.h> 37 38 38 39 #include "./futex.h" -
uspace/lib/c/include/fibril.h
r57264ac3 re5360a8 39 39 #include <time.h> 40 40 #include <_bits/__noreturn.h> 41 #include <ipc/common.h>42 41 43 42 typedef struct fibril fibril_t;
Note:
See TracChangeset
for help on using the changeset viewer.