summaryrefslogtreecommitdiff
path: root/posix/tst-gnuglob64-time64.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/tst-gnuglob64-time64.c')
-rw-r--r--posix/tst-gnuglob64-time64.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/posix/tst-gnuglob64-time64.c b/posix/tst-gnuglob64-time64.c
new file mode 100644
index 0000000000..00922bcdc6
--- /dev/null
+++ b/posix/tst-gnuglob64-time64.c
@@ -0,0 +1,7 @@
+#define GLOB_FUNC glob
+#define GLOB_TYPE glob_t
+#define GLOBFREE_FUNC globfree
+#define DIRENT_STRUCT dirent
+#define STAT_STRUCT stat
+
+#include "tst-gnuglob-skeleton.c"