summaryrefslogtreecommitdiff
path: root/src/wordexp/wordexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wordexp/wordexp.c')
-rw-r--r--src/wordexp/wordexp.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wordexp/wordexp.c b/src/wordexp/wordexp.c
index 428d0783..412449cb 100644
--- a/src/wordexp/wordexp.c
+++ b/src/wordexp/wordexp.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <wordexp.h>
int wordexp(const char *restrict words, wordexp_t *restrict pwordexp, int flags)
@@ -11,3 +13,6 @@ int wordexp(const char *restrict words, wordexp_t *restrict pwordexp, int flags)
/*
POSIX(2)
*/
+
+
+#endif