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

	rc = real_ftw64(path, fn, nopenfd);

/*	return rc;
 * }
 */