aboutsummaryrefslogtreecommitdiffstats
path: root/guts/__openat64_2.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/__openat64_2.c')
-rw-r--r--guts/__openat64_2.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/guts/__openat64_2.c b/guts/__openat64_2.c
new file mode 100644
index 0000000..85b950b
--- /dev/null
+++ b/guts/__openat64_2.c
@@ -0,0 +1,11 @@
+/*
+ * static int
+ * wrap___openat64_2(int dirfd, const char *path, int flags) {
+ * int rc = -1;
+ */
+
+ rc = wrap_openat(dirfd, path, flags, O_LARGEFILE);
+
+/* return rc;
+ * }
+ */