Changeset df2e5514 in mainline
- Timestamp:
- 2018-01-22T20:08:52Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1c7f381
- Parents:
- e347396
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-22 19:42:43)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-22 20:08:52)
- Location:
- uspace/lib/posix
- Files:
-
- 1 edited
- 24 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/Makefile
re347396 rdf2e5514 61 61 62 62 SOURCES = \ 63 s ource/ctype.c \64 s ource/dlfcn.c \65 s ource/fcntl.c \66 s ource/fnmatch.c \67 s ource/getopt.c \68 s ource/locale.c \69 s ource/pthread/condvar.c \70 s ource/pthread/keys.c \71 s ource/pthread/mutex.c \72 s ource/pthread/threads.c \73 s ource/pwd.c \74 s ource/signal.c \75 s ource/stdio.c \76 s ource/stdio/scanf.c \77 s ource/stdlib.c \78 s ource/stdlib/strtold.c \79 s ource/string.c \80 s ource/strings.c \81 s ource/sys/mman.c \82 s ource/sys/stat.c \83 s ource/sys/wait.c \84 s ource/time.c \85 s ource/unistd.c63 src/ctype.c \ 64 src/dlfcn.c \ 65 src/fcntl.c \ 66 src/fnmatch.c \ 67 src/getopt.c \ 68 src/locale.c \ 69 src/pthread/condvar.c \ 70 src/pthread/keys.c \ 71 src/pthread/mutex.c \ 72 src/pthread/threads.c \ 73 src/pwd.c \ 74 src/signal.c \ 75 src/stdio.c \ 76 src/stdio/scanf.c \ 77 src/stdlib.c \ 78 src/stdlib/strtold.c \ 79 src/string.c \ 80 src/strings.c \ 81 src/sys/mman.c \ 82 src/sys/stat.c \ 83 src/sys/wait.c \ 84 src/time.c \ 85 src/unistd.c 86 86 87 87 TEST_SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.