/
githubmirror
/
glibc
Обзор
Документация
Войти
/
githubmirror
/
glibc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
include/ftw.h
19 строк
505 B
Adhemerval Zanella
io: Add ftw64 with 64-bit time_t support
15 июн 2021, 16:42
15 июн 2021, 16:42
19873b1
Код
Авторство
О чём код?
#ifndef _FTW_H #include <io/ftw.h> #ifndef _ISOMAC # if __TIMESIZE != 64 # include <sys/stat.h> typedef int (*__ftw64_time64_func_t) (const char *, const struct __stat64_t64 *, int); typedef int (*__nftw64_time64_func_t) (const char *, const struct __stat64_t64 *, int, struct FTW *); extern int __ftw64_time64 (const char *, __ftw64_time64_func_t, int); extern int __nftw64_time64 (const char *, __nftw64_time64_func_t, int, int); # endif #endif #endif /* _FTW_H */