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