aboutsummaryrefslogtreecommitdiffstats
path: root/guts/opendir.c
blob: 19efa8430dd6949a2d8c7ef3b2ec86cb07892eae (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 
 * static DIR *
 * wrap_opendir(const char *path) {
 *	DIR * rc = NULL;
 */

	rc = real_opendir(path);

/*	return rc;
 * }
 */