From 80b55d320bae6743130701af3b5c395d21ce748d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 1 Nov 1995 10:00:20 +0000 Subject: * sysdeps/mach/hurd/getpriority.c (getpriority): Pass PI_FETCH_TASKINFO to proc_getprocinfo and through _hurd_priority_which_map. * sysdeps/mach/hurd/setpriority.c (setpriority): Pass new arg to _hurd_priority_which_map. * hurd/hurdprio.c (_hurd_priority_which_map): New arg PI_FLAGS, passed through to proc_getprocinfo RPC. * hurd/hurd/resource.h: Add PI_FLAGS arg in decl. --- posix/regex.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'posix') diff --git a/posix/regex.c b/posix/regex.c index f1db89adf6..3ca7bb267d 100644 --- a/posix/regex.c +++ b/posix/regex.c @@ -28,6 +28,7 @@ Cambridge, MA 02139, USA. */ #pragma alloca #endif +#undef _GNU_SOURCE #define _GNU_SOURCE #ifdef HAVE_CONFIG_H @@ -1003,7 +1004,7 @@ static const char *re_error_msgid[] = This is a variable only so users of regex can assign to it; we never change it ourselves. */ #if defined (MATCH_MAY_ALLOCATE) -int re_max_failures = 200000; +int re_max_failures = 20000; #else int re_max_failures = 2000; #endif -- cgit v1.2.3