summaryrefslogtreecommitdiff
path: root/src/regex/regcomp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/regcomp.c')
-rw-r--r--src/regex/regcomp.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/regex/regcomp.c b/src/regex/regcomp.c
index f3d55c7d..ea7214d6 100644
--- a/src/regex/regcomp.c
+++ b/src/regex/regcomp.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <sys/types.h>
#include <regex.h>
@@ -13,3 +15,6 @@ int regcomp(regex_t * restrict preg, const char * restrict pattern, int cflags)
/*
POSIX(2)
*/
+
+
+#endif