Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/Makefile

    r63fc519 rec18957a  
    4040SOURCES = \
    4141        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 \
    4349        stdio.c \
     50        stdio/scanf.c \
    4451        stdlib.c \
     52        stdlib/strtol.c \
    4553        stdlib/strtold.c \
    4654        string.c \
    4755        strings.c \
    4856        sys/stat.c \
     57        sys/wait.c \
    4958        time.c \
    5059        unistd.c
Note: See TracChangeset for help on using the changeset viewer.