]> git.ipfire.org Git - thirdparty/glibc.git/commit
Clean up {alphasort,versionsort,scandir,scandirat}{,64} for struct dirent == struct...
authorRoland McGrath <roland@hack.frob.com>
Mon, 6 Aug 2012 23:47:58 +0000 (16:47 -0700)
committerRoland McGrath <roland@hack.frob.com>
Mon, 6 Aug 2012 23:48:36 +0000 (16:48 -0700)
commit8e49df1d656c393e913b6c9343f491c59bd527b2
treeac9cb93c6181621769aba412c5bb233498b896e5
parent03af952060fee063679864d82cdd76f94d56d263
Clean up {alphasort,versionsort,scandir,scandirat}{,64} for struct dirent == struct dirent64.
34 files changed:
ChangeLog
bits/dirent.h
bits/typesizes.h
dirent/alphasort.c
dirent/alphasort64.c
dirent/scandir.c
dirent/scandir64.c
dirent/scandirat.c
dirent/scandirat64.c
dirent/versionsort.c
dirent/versionsort64.c
ports/ChangeLog.alpha
ports/sysdeps/unix/sysv/linux/alpha/bits/dirent.h
ports/sysdeps/unix/sysv/linux/generic/bits/typesizes.h
sysdeps/unix/sysv/linux/bits/dirent.h
sysdeps/unix/sysv/linux/s390/bits/typesizes.h
sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
sysdeps/unix/sysv/linux/x86/bits/typesizes.h
sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c [deleted file]
sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c [deleted file]
sysdeps/unix/sysv/linux/x86_64/x32/scandir.c [deleted file]
sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c [deleted file]
sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c [deleted file]
sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c [deleted file]
sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c [deleted file]
sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c [deleted file]
sysdeps/wordsize-64/alphasort.c [deleted file]
sysdeps/wordsize-64/alphasort64.c [deleted file]
sysdeps/wordsize-64/scandir.c [deleted file]
sysdeps/wordsize-64/scandir64.c [deleted file]
sysdeps/wordsize-64/scandirat.c [deleted file]
sysdeps/wordsize-64/scandirat64.c [deleted file]
sysdeps/wordsize-64/versionsort.c [deleted file]
sysdeps/wordsize-64/versionsort64.c [deleted file]