aboutsummaryrefslogtreecommitdiffstats
path: root/guts/glob64.c
blob: 8258d472a5590452798da4c8db81b3bb39dccc90 (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_glob64(const char *pattern, int flags, int (*errfunc)(const char *, int), glob64_t *pglob) {
 *	int rc = -1;
 */

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

/*	return rc;
 * }
 */