aboutsummaryrefslogtreecommitdiff
path: root/lib/xregcomp.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xregcomp.h')
-rw-r--r--lib/xregcomp.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/xregcomp.h b/lib/xregcomp.h
deleted file mode 100644
index fa929fa3..00000000
--- a/lib/xregcomp.h
+++ /dev/null
@@ -1,6 +0,0 @@
-/* This is a separate file so libc doesn't always need regex support. */
-
-#include <sys/types.h>
-#include <regex.h>
-
-void xregcomp(regex_t *preg, char *rexec, int cflags);