diff options
Diffstat (limited to 'src/glob/globfree.c')
-rw-r--r-- | src/glob/globfree.c | 5 |
1 files changed, 5 insertions, 0 deletions
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 |