summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/telldir.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make DIR a private type within libc, give it the same underlyingmatthew2012-03-221-1/+15
* Change basep parameter of getdirentries() to be off_t *, not long *millert2010-10-281-2/+2
* fix typo in _telldir_unlocked function prototype, to avoid warning.chl2007-10-121-2/+3
* telldir/seekdir optimization, avoid scanning the complete list,otto2006-04-101-1/+2
* - Plug huge mem leak; mostly samba was suffering.otto2006-04-011-0/+62