summaryrefslogtreecommitdiff
path: root/src/glob/glob.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glob/glob.c')
-rw-r--r--src/glob/glob.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/glob/glob.c b/src/glob/glob.c
index 02d97add..8a45ed65 100644
--- a/src/glob/glob.c
+++ b/src/glob/glob.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <sys/types.h>
#include <glob.h>
#include <stdlib.h>
@@ -119,3 +121,6 @@ int glob(const char * restrict pattern, int flags, int (*errfunc) (const char *
POSIX(2)
*/
+
+
+#endif