aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/mingw/misc/ftw64.c
blob: 72e22a214e2a2b4547b49dee21749ae761010082 (plain)
1
2
3
4
5
6
7
8
9
10
/**
 * This file is part of the mingw-w64 runtime package.
 * No warranty is given; refer to the file DISCLAIMER within this package.
 */

#define FUNC_FTW ftw64
#define FUNC_NFTW nftw64
#define FUNC_STAT stat64
#define STRUCT_STAT struct stat64
#include "ftw.c"