Changeset 44e8541 in mainline for uspace/lib/posix
- Timestamp:
- 2023-10-27T17:38:32Z (2 years ago)
- Branches:
- master, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fdfb24e
- Parents:
- b169619
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-27 15:17:18)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-27 17:38:32)
- Location:
- uspace/lib/posix
- Files:
-
- 4 edited
-
include/posix/stdlib.h (modified) (1 diff)
-
src/stdio.c (modified) (1 diff)
-
src/time.c (modified) (1 diff)
-
src/unistd.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/include/posix/stdlib.h
rb169619 r44e8541 37 37 #define POSIX_STDLIB_H_ 38 38 39 #include < libc/stdlib.h>39 #include <common/stdlib.h> 40 40 #include <sys/types.h> 41 41 -
uspace/lib/posix/src/stdio.c
rb169619 r44e8541 55 55 #include <io/printf_core.h> 56 56 #include <str.h> 57 #include < malloc.h>57 #include <stdlib.h> 58 58 #include <adt/list.h> 59 59 -
uspace/lib/posix/src/time.c
rb169619 r44e8541 47 47 48 48 #include <fibril.h> 49 #include < malloc.h>49 #include <stdlib.h> 50 50 #include <task.h> 51 51 #include <stddef.h> -
uspace/lib/posix/src/unistd.c
rb169619 r44e8541 50 50 #include <task.h> 51 51 #include <stats.h> 52 #include < malloc.h>52 #include <stdlib.h> 53 53 #include <vfs/vfs.h> 54 54
Note:
See TracChangeset
for help on using the changeset viewer.
