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