aboutsummaryrefslogtreecommitdiffstats
path: root/ports/darwin/guts/scandir.c
blob: 6492b1b3c57ad04706ccc671ea8c596ce416d763 (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_scandir(const char *path, struct dirent ***namelist, int (*filter)(struct dirent *), int (*compar)(const void *, const void *)) {
 *	int rc = -1;
 */

	rc = real_scandir(path, namelist, filter, compar);

/*	return rc;
 * }
 */