mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
Update.
2002-04-14 Bruno Haible <bruno@clisp.org> * posix/regex.c (re_max_failures): Add back symbol for binary compatibility.
This commit is contained in:
parent
612546c60d
commit
80c00d3173
@ -1,3 +1,8 @@
|
||||
2002-04-14 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
* posix/regex.c (re_max_failures): Add back symbol for binary
|
||||
compatibility.
|
||||
|
||||
2002-04-22 Isamu Hasegawa <isamu@yamato.ibm.com>
|
||||
|
||||
* posix/regcomp.c (re_compile_internal): Adapt it to new interface
|
||||
|
@ -50,3 +50,12 @@
|
||||
#include "regcomp.c"
|
||||
#include "regexec.c"
|
||||
#include "regex_internal.c"
|
||||
|
||||
/* Binary backward compatibility. */
|
||||
#if _LIBC
|
||||
# include <shlib-compat.h>
|
||||
# if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_3)
|
||||
link_warning (re_max_failures, "the 're_max_failures' variable is obsolete and will go away.")
|
||||
int re_max_failures = 2000;
|
||||
# endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user