summaryrefslogtreecommitdiff
path: root/lib/posix/regex.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/posix/regex.h')
-rw-r--r--lib/posix/regex.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/posix/regex.h b/lib/posix/regex.h
index 2b0a80b03..ffa74e305 100644
--- a/lib/posix/regex.h
+++ b/lib/posix/regex.h
@@ -531,6 +531,10 @@ extern int re_exec _RE_ARGS ((const char *));
# endif
#endif
+#ifndef __restrict_arr
+# define __restrict_arr
+#endif
+
/* POSIX compatibility. */
extern int regcomp _RE_ARGS ((regex_t *__restrict __preg,
const char *__restrict __pattern,

Return to:

Send suggestions and report system problems to the System administrator.