summaryrefslogtreecommitdiffstats
path: root/libc/misc/dirent/versionsort.c
Commit message (Collapse)AuthorAgeFilesLines
* dirent: push dirent type to prototypesMike Frysinger2009-07-201-3/+2
| | | | | | | | | | This syncs the dirent related functions with the glibc behavior -- rather than take void pointers everywhere, make the struct dirent pointers explicit in the API. After all, the functions themselves will cast the pointers to a dirent structure, so if it isn't as expected, people will crash. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Add strverscmp() and versionsort[64]().Denis Vlasenko2009-02-081-0/+15
By Hai Zaar (haizaar AT codefidence.com)