aboutsummaryrefslogtreecommitdiffstats
path: root/guts/nftw64.c
blob: e0471f0f9c765ea14e22493cdb2d1db1c595657d (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 
 * static int
 * wrap_nftw64(const char *path, int (*fn)(const char *, const struct stat64 *, int, struct FTW *), int nopenfd, int flag) {
 *	int rc = -1;
 */

	rc = real_nftw64(path, fn, nopenfd, flag);

/*	return rc;
 * }
 */