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