OSDN Git Service

- trim any trailing whitespace
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / common / getdents.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-07-05 Mike FrysingerAtsushi Nemoto writes: Some archs (such as mips64)...
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-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-01-28 Eric AndersenFix scandir64 to not free the wrong pieces of memory...
2001-06-27 Manuel Novoa III Remove obsolete files tell.c and getdents.c
2000-12-23 Eric AndersenJust define __kernel_off_t ourselves...
2000-12-21 Eric AndersenThis file violated policy and directly used kernel...
2000-10-30 Eric AndersenFirst pass at fixing readdir by adding a getdents wrapp...