glob64.c 279 B

123456789101112131415
  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. #include <_lfs_64.h>
  7. #include <dirent.h>
  8. #include <glob.h>
  9. #include <sys/stat.h>
  10. #define COMPILE_GLOB64 1
  11. #include "glob.c"