]> Savannah Git Hosting - gnulib.git/commit
alphasort, scandir: Port to OS/2 kLIBC
authorKO Myung-Hun <komh78@gmail.com>
Thu, 1 Dec 2016 10:52:45 +0000 (19:52 +0900)
committerPádraig Brady <P@draigBrady.com>
Thu, 1 Dec 2016 11:36:30 +0000 (11:36 +0000)
commit44686d94aefa095d0a4a6bf0f88a6a05c2e7e657
treea9298505c99162a8ebce311ef10f762f94b8efe1
parent62fcb8261873feb5ccac56c3e8dae17c1752fce6
alphasort, scandir: Port to OS/2 kLIBC

On OS/2 kLIBC, scandir() declaration is different from POSIX. As a
result, alphasort() declaration is different, too.

* lib/alphasort.c (alphasort): Implement according to OS/2 kLIBC
declaration.
* lib/scandir.c (scandir): Add declaration for OS/2 kLIBC.
ChangeLog
lib/alphasort.c
lib/scandir.c