aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/guts/scandir64.c
blob: 233602e50e965dcb7f14e1dca303636568b6769b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* 
 * Copyright (c) 2010 Wind River Systems; see
 * guts/COPYRIGHT for information.
 *
 * SPDX-License-Identifier: LGPL-2.1-only
 *
 * static int
 * wrap_scandir64(const char *path, struct dirent64 ***namelist, int (*filter)(const struct dirent64 *), int (*compar)(const void *, const void *)) {
 *	int rc = -1;
 */

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

/*	return rc;
 * }
 */