aboutsummaryrefslogtreecommitdiffstats
path: root/guts/glob.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/glob.c')
-rw-r--r--guts/glob.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/guts/glob.c b/guts/glob.c
new file mode 100644
index 0000000..7a12dbe
--- /dev/null
+++ b/guts/glob.c
@@ -0,0 +1,11 @@
+/*
+ * static int
+ * wrap_glob(const char *pattern, int flags, int (*errfunc)(const char *, int), glob_t *pglob) {
+ * int rc = -1;
+ */
+
+ rc = real_glob(pattern, flags, errfunc, pglob);
+
+/* return rc;
+ * }
+ */