OSDN Git Service

- trim any trailing whitespace
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / common / getdents64.c
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-07-23 Bernhard Reutner... - fix inline keyword
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2006-12-06 Eric Andersenprepare to later remove bits/kernel_types.h from bits...
2006-02-15 Peter S. MazingerKill 2 signedness warnings
2006-02-15 Peter S. MazingerMove hidden prototypes to proper place and get rid...
2006-02-15 Mike Frysingerwe cant simply alias getdents to getdents64 as they...
2006-02-04 Mike Frysingeruse just __getdents64 rather than either __getdents...
2006-02-04 Mike Frysingerwe get d_type from the kernel so use it
2006-01-29 Mike Frysingercreate local prototypes to shutup warnings
2006-01-14 Peter S. Mazingermake DODEBUG=y happy, update sysdeps/common/* copyright
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2005-12-13 Peter S. MazingerConvert all users of earlier hiddens
2005-12-06 Mike Frysingeronly define offsetof macro if it isnt already defined
2005-12-01 Peter S. MazingerKill 2 redefine warnings w/ gcc-4.x
2005-12-01 Peter S. MazingerHide mostly used functions
2005-11-30 Mike Frysingerget rid of unused sysdep.h header
2005-11-15 Peter S. MazingerHide more of stdio,getdents, use internal __raise
2005-10-25 Peter S. MazingerUse local copy of sysdep.h
2003-02-10 Eric AndersenWe need to have the size of struct dirent equal to...
2003-02-03 Eric AndersenFixup compile on 2.2.x kernels when UCLIBC_HAS_LFS...
2003-01-28 Eric AndersenFix scandir64 to not free the wrong pieces of memory...