aboutsummaryrefslogtreecommitdiffstats
path: root/ports/unix/guts/opendir.c
blob: 8eaa71f7e6a8574aa179685534b7a4e1ca62e6be (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 DIR *
 * wrap_opendir(const char *path) {
 *	DIR * rc = NULL;
 */

	rc = real_opendir(path);

/*	return rc;
 * }
 */