aboutsummaryrefslogtreecommitdiffstats
path: root/ports/unix/guts/nftw.c
blob: 73daec864a506317478d472b98606fe3ccce1b7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 
 * Copyright (c) 2010 Wind River Systems; see
 * guts/COPYRIGHT for information.
 *
 * static int
 * wrap_nftw(const char *path, int (*fn)(const char *, const struct stat *, int, struct FTW *), int nopenfd, int flag) {
 *	int rc = -1;
 */

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

/*	return rc;
 * }
 */