summaryrefslogtreecommitdiff
path: root/src/wordexp/wordexp_t.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wordexp/wordexp_t.h')
-rw-r--r--src/wordexp/wordexp_t.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/wordexp/wordexp_t.h b/src/wordexp/wordexp_t.h
deleted file mode 100644
index 1bf6eac9..00000000
--- a/src/wordexp/wordexp_t.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <wordexp.h>
-
-typedef struct {
- size_t we_wordc;
- char ** we_wordv;
- size_t we_offs;
-} wordexp_t;
-
-/*
-POSIX(2)
-*/
-