aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/guts/ftw64.c
blob: a375fbfd5dba1ae348924ac2f214a40e4f2b97d4 (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_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;
 * }
 */