summaryrefslogtreecommitdiff
path: root/src/dirent/scandir.c
AgeCommit message (Collapse)AuthorLines
2011-04-11fix errno handling in scandir:Rich Felker-2/+1
1. saved errno was not being restored, illegally clearing errno to 0. 2. no need to backup and save errno around free; it will not touch except perhaps when the program has already invoked UB...
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+50