Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dirent: push dirent type to prototypes | Mike Frysinger | 2009-07-20 | 1 | -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 Vlasenko | 2009-02-08 | 1 | -0/+15 |
By Hai Zaar (haizaar AT codefidence.com) |