summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/telldir.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internalguenther2015-08-271-1/+3
* Optimization, no functional change:schwarze2014-03-101-1/+2
* put the _readdir_unlocked() prototype in an obvious placederaadt2013-11-121-1/+3
* Cleanup, no functional change:schwarze2013-11-051-4/+1
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-131-28/+3
* 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