aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/guts/__openat64_2.c
blob: e970df7549c00a00be1b87ebd8d79d78092e4b23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 
 * Copyright (c) 2008-2010,2012 Wind River Systems; see
 * guts/COPYRIGHT for information.
 *
 * static int
 * wrap___openat64_2(int dirfd, const char *path, int flags) {
 *	int rc = -1;
 */

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

/*	return rc;
 * }
 */