aboutsummaryrefslogtreecommitdiffstats
path: root/guts/glob.c
blob: a8eec6411bfcd5d242f979cc0ac53ba016261f6c (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_glob(const char *pattern, int flags, int (*errfunc)(const char *, int), glob_t *pglob) {
 *	int rc = -1;
 */

	rc = real_glob(pattern, flags, errfunc, pglob);

/*	return rc;
 * }
 */