summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/getdents64.c
Commit message (Expand)AuthorAgeFilesLines
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-3/+3
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-1/+1
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-1/+1
* prepare to later remove bits/kernel_types.h from bits/types.hEric Andersen2006-12-061-0/+1
* Kill 2 signedness warningsPeter S. Mazinger2006-02-151-1/+1
* Move hidden prototypes to proper place and get rid of duplicate hiddenPeter S. Mazinger2006-02-151-2/+2
* we cant simply alias getdents to getdents64 as they deal with structures of d...Mike Frysinger2006-02-151-0/+2
* use just __getdents64 rather than either __getdents and __getdents64 when pos...Mike Frysinger2006-02-041-7/+6
* we get d_type from the kernel so use itMike Frysinger2006-02-041-1/+1
* create local prototypes to shutup warningsMike Frysinger2006-01-291-0/+1
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-24/+11
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-2/+5
* Convert all users of earlier hiddensPeter S. Mazinger2005-12-131-1/+1
* only define offsetof macro if it isnt already definedMike Frysinger2005-12-061-1/+2
* Kill 2 redefine warnings w/ gcc-4.xPeter S. Mazinger2005-12-011-1/+1
* Hide mostly used functionsPeter S. Mazinger2005-12-011-1/+1
* get rid of unused sysdep.h headerMike Frysinger2005-11-301-2/+0
* Hide more of stdio,getdents, use internal __raisePeter S. Mazinger2005-11-151-3/+3
* Use local copy of sysdep.hPeter S. Mazinger2005-10-251-1/+1
* We need to have the size of struct dirent equal to the size of struct dirent64Eric Andersen2003-02-101-6/+6
* Fixup compile on 2.2.x kernels when UCLIBC_HAS_LFS is enabledEric Andersen2003-02-031-4/+9
* Fix scandir64 to not free the wrong pieces of memory (which couldEric Andersen2003-01-281-0/+108