aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/guts/eaccess.c
blob: 66b5b5602d00b2b7ec715a425b115415c5e69ed4 (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_eaccess(const char *path, int mode) {
 *	int rc = -1;
 */

	rc = wrap_access(path, mode);

/*	return rc;
 * }
 */