summaryrefslogtreecommitdiff
path: root/src/glob
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2023-11-14 12:12:10 -0500
committerJakob Kaivo <jkk@ung.org>2023-11-14 12:12:10 -0500
commit920746cbb5d18d8aef284d3fe71a57cd52509117 (patch)
tree11b4436a58c077f36b1236f0c702af00c763e3f6 /src/glob
parentf23336fbc3148105c42eebfa44a22d1164828108 (diff)
disable all functions; will strategically reenable them as tested
Diffstat (limited to 'src/glob')
-rw-r--r--src/glob/glob.c5
-rw-r--r--src/glob/globfree.c5
2 files changed, 10 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
diff --git a/src/glob/globfree.c b/src/glob/globfree.c
index 87f77350..c9e6dc1a 100644
--- a/src/glob/globfree.c
+++ b/src/glob/globfree.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <sys/types.h>
#include <glob.h>
#include <stdlib.h>
@@ -23,3 +25,6 @@ void globfree(glob_t * pglob)
POSIX(2)
*/
+
+
+#endif