1 /*
2  * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
3  *
4  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
5  */
6 
7 #include <_lfs_64.h>
8 
9 #include <dirent.h>
10 #include <glob.h>
11 #include <sys/stat.h>
12 
13 #define COMPILE_GLOB64    1
14 
15 #include "glob.c"
16