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