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