aboutsummaryrefslogtreecommitdiffstats
path: root/guts/__openat_2.c
blob: ef8d7ad1ec2a7a9c371723b1ff6c858b10cfb762 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 
 * static int
 * wrap___openat_2(int dirfd, const char *path, int flags) {
 *	int rc = -1;
 */

	rc = wrap_openat(dirfd, path, flags, 0);

/*	return rc;
 * }
 */