summaryrefslogtreecommitdiff
path: root/src/regex/REG_ENOSYS.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/REG_ENOSYS.c')
-rw-r--r--src/regex/REG_ENOSYS.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/regex/REG_ENOSYS.c b/src/regex/REG_ENOSYS.c
new file mode 100644
index 00000000..25218610
--- /dev/null
+++ b/src/regex/REG_ENOSYS.c
@@ -0,0 +1,6 @@
+#include <regex.h>
+#define REG_ENOSYS (-1)
+/*
+POSIX(2)
+*/
+