summaryrefslogtreecommitdiff
path: root/libc/misc/dirent/readdir_r.c
AgeCommit message (Expand)Author
2015-12-17fix readdir_r returns success code while it in fact failedWaldemar Brodkorb
2012-06-15scandir,readdir[_t]: use one common source for X() and X64()Peter S. Mazinger
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2006-12-07Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen
2006-08-30fix bug 1012 as noted by moschnyEric Andersen
2006-02-26Define internal readdir*_r() and use _lfs_64.hPeter S. Mazinger
2006-02-04add some copyright/license infoMike Frysinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-06macro out the thread funcs in libc if threading is disabledMike Frysinger
2005-12-01Hide mostly used functionsPeter S. Mazinger
2003-12-27Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III
2003-01-28Fix scandir64 to not free the wrong pieces of memory (which couldEric Andersen
2002-05-30Fixup totally broken locking code... No storage for the mutex,Eric Andersen
2002-05-11Implement readdir_r. Audit for proper thread safety and locking.Eric Andersen