summaryrefslogtreecommitdiff
path: root/src/glob/glob_t.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glob/glob_t.h')
-rw-r--r--src/glob/glob_t.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/glob/glob_t.h b/src/glob/glob_t.h
deleted file mode 100644
index 21fcf4f6..00000000
--- a/src/glob/glob_t.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <glob.h>
-
-typedef struct {
- size_t gl_pathc;
- char ** gl_pathv;
- size_t gl_offs;
-} glob_t;
-/*
-POSIX(2)
-*/
-