aboutsummaryrefslogtreecommitdiffstats
path: root/guts/opendir.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/opendir.c')
-rw-r--r--guts/opendir.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/guts/opendir.c b/guts/opendir.c
new file mode 100644
index 0000000..19efa84
--- /dev/null
+++ b/guts/opendir.c
@@ -0,0 +1,11 @@
+/*
+ * static DIR *
+ * wrap_opendir(const char *path) {
+ * DIR * rc = NULL;
+ */
+
+ rc = real_opendir(path);
+
+/* return rc;
+ * }
+ */