OSDN Git Service

Last portion of libc_hidden_proto removal.
[uclinux-h8/uClibc.git] / libc / misc / dirent / readdir_r.c
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2006-12-07 Eric AndersenMajor cleanup of internal mutex locking. Be more consi...
2006-08-30 Eric Andersenfix bug 1012 as noted by moschny
2006-02-26 Peter S. MazingerDefine internal readdir*_r() and use _lfs_64.h
2006-02-04 Mike Frysingeradd some copyright/license info
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2005-12-06 Mike Frysingermacro out the thread funcs in libc if threading is...
2005-12-01 Peter S. MazingerHide mostly used functions
2003-12-27 Manuel Novoa III Fix a long-standing bug with pthreads. A couple of...
2003-01-28 Eric AndersenFix scandir64 to not free the wrong pieces of memory...
2002-05-30 Eric AndersenFixup totally broken locking code... No storage for...
2002-05-11 Eric AndersenImplement readdir_r. Audit for proper thread safety...