From 920746cbb5d18d8aef284d3fe71a57cd52509117 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 14 Nov 2023 12:12:10 -0500 Subject: disable all functions; will strategically reenable them as tested --- src/glob/glob.c | 5 +++++ src/glob/globfree.c | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'src/glob') 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 #include #include @@ -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 #include #include @@ -23,3 +25,6 @@ void globfree(glob_t * pglob) POSIX(2) */ + + +#endif -- cgit v1.2.1