POSIX functions scandir() and alphasort() implemented.
commit02e2bb0b93a32c4684cb8e3181e6d107f6bfcdd6
authormazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 14 Jan 2017 13:38:54 +0000 (14 13:38 +0000)
committermazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 14 Jan 2017 13:38:54 +0000 (14 13:38 +0000)
tree60887ff048dd409f2b166266193a315d5e75bedd
parent35391b0f9ccb350fd1f7be4168cca0a70b8db61e
POSIX functions scandir() and alphasort() implemented.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@53210 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
compiler/posixc/alphasort.c [new file with mode: 0644]
compiler/posixc/include/aros/posixc/dirent.h
compiler/posixc/mmakefile.src
compiler/posixc/posixc.conf
compiler/posixc/scandir.c [new file with mode: 0644]
test/clib/mmakefile.src
test/clib/scandir.c [new file with mode: 0644]