]> git.ipfire.org Git - thirdparty/glibc.git/commit - dirent/scandir64.c
Implement scandirat function
authorUlrich Drepper <drepper@gmail.com>
Tue, 9 Aug 2011 13:57:55 +0000 (09:57 -0400)
committerUlrich Drepper <drepper@gmail.com>
Tue, 9 Aug 2011 13:57:55 +0000 (09:57 -0400)
commitc55fbd1ea768f9fdef34a01377702c0d72cbc213
tree0e67d339ad240756843292384535c40cad03df95
parent879165f25a1a6b13995e43c11e88b1a21b6f101e
Implement scandirat function
16 files changed:
ChangeLog
NEWS
Versions.def
dirent/Makefile
dirent/Versions
dirent/dirent.h
dirent/opendir.c
dirent/scandir.c
dirent/scandir64.c
dirent/scandirat.c [new file with mode: 0644]
dirent/scandirat64.c [new file with mode: 0644]
include/dirent.h
sysdeps/unix/opendir.c
sysdeps/unix/sysv/linux/i386/scandir64.c
sysdeps/wordsize-64/scandirat.c [new file with mode: 0644]
sysdeps/wordsize-64/scandirat64.c [new file with mode: 0644]