summaryrefslogtreecommitdiffstats
path: root/libc/misc/dirent/readdir_r.c
Commit message (Expand)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-2/+0
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-1/+1
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-1/+1
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-071-3/+2
* fix bug 1012 as noted by moschnyEric Andersen2006-08-301-1/+1
* Define internal readdir*_r() and use _lfs_64.hPeter S. Mazinger2006-02-261-0/+2
* add some copyright/license infoMike Frysinger2006-02-041-0/+6
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-1/+3
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-061-6/+2
* Hide mostly used functionsPeter S. Mazinger2005-12-011-1/+1
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-271-2/+2
* Fix scandir64 to not free the wrong pieces of memory (which couldEric Andersen2003-01-281-3/+1
* Fixup totally broken locking code... No storage for the mutex,Eric Andersen2002-05-301-4/+4
* Implement readdir_r. Audit for proper thread safety and locking.Eric Andersen2002-05-111-0/+63