diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-08-09 09:57:55 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-08-09 09:57:55 -0400 |
commit | c55fbd1ea768f9fdef34a01377702c0d72cbc213 (patch) | |
tree | 0e67d339ad240756843292384535c40cad03df95 /dirent/Versions | |
parent | 879165f25a1a6b13995e43c11e88b1a21b6f101e (diff) | |
download | glibc-c55fbd1ea768f9fdef34a01377702c0d72cbc213.tar glibc-c55fbd1ea768f9fdef34a01377702c0d72cbc213.tar.gz glibc-c55fbd1ea768f9fdef34a01377702c0d72cbc213.tar.bz2 glibc-c55fbd1ea768f9fdef34a01377702c0d72cbc213.zip |
Implement scandirat function
Diffstat (limited to 'dirent/Versions')
-rw-r--r-- | dirent/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dirent/Versions b/dirent/Versions index 41c1584426..d976d373f6 100644 --- a/dirent/Versions +++ b/dirent/Versions @@ -44,4 +44,7 @@ libc { GLIBC_2.4 { fdopendir; } + GLIBC_2.15 { + scandirat; scandirat64; + } } |