aboutsummaryrefslogtreecommitdiffstats
path: root/guts/pathconf.c
blob: 2a59eaba0c42eb076b54e3edd3c135247cf8817f (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 
 * static long
 * wrap_pathconf(const char *path, int name) {
 *	long rc = -1;
 */

	rc = real_pathconf(path, name);

/*	return rc;
 * }
 */