Changes in uspace/lib/posix/Makefile [63fc519:ec18957a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/Makefile
r63fc519 rec18957a 40 40 SOURCES = \ 41 41 ctype.c \ 42 getopt.c \ 42 errno.c \ 43 fcntl.c \ 44 fnmatch.c \ 45 locale.c \ 46 math.c \ 47 pwd.c \ 48 signal.c \ 43 49 stdio.c \ 50 stdio/scanf.c \ 44 51 stdlib.c \ 52 stdlib/strtol.c \ 45 53 stdlib/strtold.c \ 46 54 string.c \ 47 55 strings.c \ 48 56 sys/stat.c \ 57 sys/wait.c \ 49 58 time.c \ 50 59 unistd.c
Note:
See TracChangeset
for help on using the changeset viewer.