Changeset df2e5514 in mainline


Ignore:
Timestamp:
2018-01-22T20:08:52Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
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)
Message:

Rename uspace/lib/posix/source to src, for consistency with other libraries.

Location:
uspace/lib/posix
Files:
1 edited
24 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/Makefile

    re347396 rdf2e5514  
    6161
    6262SOURCES = \
    63         source/ctype.c \
    64         source/dlfcn.c \
    65         source/fcntl.c \
    66         source/fnmatch.c \
    67         source/getopt.c \
    68         source/locale.c \
    69         source/pthread/condvar.c \
    70         source/pthread/keys.c \
    71         source/pthread/mutex.c \
    72         source/pthread/threads.c \
    73         source/pwd.c \
    74         source/signal.c \
    75         source/stdio.c \
    76         source/stdio/scanf.c \
    77         source/stdlib.c \
    78         source/stdlib/strtold.c \
    79         source/string.c \
    80         source/strings.c \
    81         source/sys/mman.c \
    82         source/sys/stat.c \
    83         source/sys/wait.c \
    84         source/time.c \
    85         source/unistd.c
     63        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
    8686
    8787TEST_SOURCES = \
Note: See TracChangeset for help on using the changeset viewer.