aboutsummaryrefslogtreecommitdiffstats
path: root/guts/openat64.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/openat64.c')
-rw-r--r--guts/openat64.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/guts/openat64.c b/guts/openat64.c
deleted file mode 100644
index 726ec6d..0000000
--- a/guts/openat64.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Copyright (c) 2008-2010 Wind River Systems; see
- * guts/COPYRIGHT for information.
- *
- * static int
- * wrap_openat64(int dirfd, const char *path, int flags, ...mode_t mode) {
- * int rc = -1;
- */
-
- rc = wrap_openat(dirfd, path, flags, mode | O_LARGEFILE);
-
-/* return rc;
- * }
- */