index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
sysdeps
/
linux
/
common
/
getdents64.c
Age
Commit message (
Expand
)
Author
2013-02-20
getdents: Use getdents64 if arch does not have the getdents syscall
Markos Chandras
2012-06-15
*64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard
Peter S. Mazinger
2012-06-15
dirent.h: use __ssize_t instead of ssize_t
Peter S. Mazinger
2012-06-15
move __getdents[64] prototypes to dirent.h
Peter S. Mazinger
2010-07-27
new helper funcs for alloca/malloc with mmu/nommu
Mike Frysinger
2009-02-27
fix breakage in x86_64 defconfig
Denis Vlasenko
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-10-28
- trim superfluous ';'. No objcode changes
Bernhard Reutner-Fischer
2008-07-23
- trim any trailing whitespace
Bernhard Reutner-Fischer
2008-07-23
- fix inline keyword
Bernhard Reutner-Fischer
2008-05-19
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
Denis Vlasenko
2006-12-06
prepare to later remove bits/kernel_types.h from bits/types.h
Eric Andersen
2006-02-15
Kill 2 signedness warnings
Peter S. Mazinger
2006-02-15
Move hidden prototypes to proper place and get rid of duplicate hidden
Peter S. Mazinger
2006-02-15
we cant simply alias getdents to getdents64 as they deal with structures of d...
Mike Frysinger
2006-02-04
use just __getdents64 rather than either __getdents and __getdents64 when pos...
Mike Frysinger
2006-02-04
we get d_type from the kernel so use it
Mike Frysinger
2006-01-29
create local prototypes to shutup warnings
Mike Frysinger
2006-01-14
make DODEBUG=y happy, update sysdeps/common/* copyright
Peter S. Mazinger
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2005-12-13
Convert all users of earlier hiddens
Peter S. Mazinger
2005-12-06
only define offsetof macro if it isnt already defined
Mike Frysinger
2005-12-01
Kill 2 redefine warnings w/ gcc-4.x
Peter S. Mazinger
2005-12-01
Hide mostly used functions
Peter S. Mazinger
2005-11-30
get rid of unused sysdep.h header
Mike Frysinger
2005-11-15
Hide more of stdio,getdents, use internal __raise
Peter S. Mazinger
2005-10-25
Use local copy of sysdep.h
Peter S. Mazinger
2003-02-10
We need to have the size of struct dirent equal to the size of struct dirent64
Eric Andersen
2003-02-03
Fixup compile on 2.2.x kernels when UCLIBC_HAS_LFS is enabled
Eric Andersen
2003-01-28
Fix scandir64 to not free the wrong pieces of memory (which could
Eric Andersen