diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-05-13 12:33:41 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-05-13 12:33:41 -0700 |
commit | b88a18e10c9b18a74e2c2b26817189a5841cff12 (patch) | |
tree | b271bad30b76dc3cbade17c541120048a82a0ac9 /dirent/tst-scandir64.c | |
parent | d9efd775ba51916b58b899d8b1c8501105a830de (diff) | |
download | glibc-b88a18e10c9b18a74e2c2b26817189a5841cff12.tar.gz glibc-b88a18e10c9b18a74e2c2b26817189a5841cff12.tar.xz glibc-b88a18e10c9b18a74e2c2b26817189a5841cff12.zip |
Add a test case for scandir.
Diffstat (limited to 'dirent/tst-scandir64.c')
-rw-r--r-- | dirent/tst-scandir64.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dirent/tst-scandir64.c b/dirent/tst-scandir64.c new file mode 100644 index 0000000000..3f4c68ed7c --- /dev/null +++ b/dirent/tst-scandir64.c @@ -0,0 +1,2 @@ +#define D(x) x##64 +#include "tst-scandir.c" |