elf: Ignore LD_LIBRARY_PATH and debug env var for setuid for static
[glibc.git] / include / ftw.h
blob8fb89c4046d00cdc812ed24d574711576f8e1e2b
1 #ifndef _FTW_H
2 #include <io/ftw.h>
4 #ifndef _ISOMAC
5 # if __TIMESIZE != 64
6 # include <sys/stat.h>
8 typedef int (*__ftw64_time64_func_t) (const char *,
9 const struct __stat64_t64 *, int);
10 typedef int (*__nftw64_time64_func_t) (const char *,
11 const struct __stat64_t64 *, int,
12 struct FTW *);
14 extern int __ftw64_time64 (const char *, __ftw64_time64_func_t, int);
15 extern int __nftw64_time64 (const char *, __nftw64_time64_func_t, int, int);
16 # endif
17 #endif
19 #endif /* _FTW_H */