summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/posix/regex.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/posix/regex.h b/lib/posix/regex.h
index 63c2fef69..2b0a80b03 100644
--- a/lib/posix/regex.h
+++ b/lib/posix/regex.h
@@ -530,10 +530,6 @@ extern int re_exec _RE_ARGS ((const char *));
530# endif 530# endif
531# endif 531# endif
532#endif 532#endif
533/* For now unconditionally define __restrict_arr to expand to nothing.
534 Ideally we would have a test for the compiler which allows defining
535 it to restrict. */
536#define __restrict_arr
537 533
538/* POSIX compatibility. */ 534/* POSIX compatibility. */
539extern int regcomp _RE_ARGS ((regex_t *__restrict __preg, 535extern int regcomp _RE_ARGS ((regex_t *__restrict __preg,

Return to:

Send suggestions and report system problems to the System administrator.