Changeset 3f7fe9e in mainline for uspace/lib/c
- Timestamp:
- 2018-10-01T18:36:42Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5cef315
- Parents:
- 1938b381
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-09-29 16:13:55)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-10-01 18:36:42)
- Location:
- uspace/lib/c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia64/include/libarch/fibril_context.h
r1938b381 r3f7fe9e 76 76 77 77 #include <stdint.h> 78 #include <_bits/int128_t.h> 78 79 79 80 // Only save registers that must be preserved across function calls. -
uspace/lib/c/generic/io/io.c
r1938b381 r3f7fe9e 37 37 #include <str.h> 38 38 #include <errno.h> 39 #include <limits.h> 39 40 #include <stdbool.h> 40 41 #include <stdlib.h> -
uspace/lib/c/generic/time.c
r1938b381 r3f7fe9e 44 44 #include <ddi.h> 45 45 #include <libc.h> 46 #include <limits.h> 46 47 #include <stdint.h> 47 48 #include <stdio.h>
Note:
See TracChangeset
for help on using the changeset viewer.