mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-01 14:31:54 +00:00
* gnu-regex.c (regerror): Function renamed from `__regerror'.
This commit is contained in:
parent
2171aa415b
commit
f25d2425f4
@ -1,3 +1,8 @@
|
||||
Tue Mar 28 12:23:37 2000 Philippe De Muyter <phdm@macqel.be>
|
||||
|
||||
* gnu-regex.c (regerror): Function renamed from `__regerror'.
|
||||
(Change also approved in the mainline glibc sources)
|
||||
|
||||
Tue Mar 28 18:19:50 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
From 2000-03-20 Jonathan Larmour <jlarmour@redhat.co.uk>:
|
||||
|
@ -5730,7 +5730,7 @@ weak_alias (__regexec, regexec)
|
||||
from either regcomp or regexec. We don't use PREG here. */
|
||||
|
||||
size_t
|
||||
__regerror (errcode, preg, errbuf, errbuf_size)
|
||||
regerror (errcode, preg, errbuf, errbuf_size)
|
||||
int errcode;
|
||||
const regex_t *preg;
|
||||
char *errbuf;
|
||||
|
Loading…
x
Reference in New Issue
Block a user