summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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
@@ -527,16 +527,12 @@ extern int re_exec _RE_ARGS ((const char *));
# define __restrict restrict
# else
# define __restrict
# endif
# endif
#endif
-/* For now unconditionally define __restrict_arr to expand to nothing.
- Ideally we would have a test for the compiler which allows defining
- it to restrict. */
-#define __restrict_arr
/* POSIX compatibility. */
extern int regcomp _RE_ARGS ((regex_t *__restrict __preg,
const char *__restrict __pattern,
int __cflags));

Return to:

Send suggestions and report system problems to the System administrator.