aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/guts/__openat64_2.c
blob: f9e9cf0011b537681856680b4350a80cc386b2fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* 
 * Copyright (c) 2008-2010,2012 Wind River Systems; see
 * guts/COPYRIGHT for information.
 *
 * SPDX-License-Identifier: LGPL-2.1-only
 *
 * 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;
 * }
 */