* gnu-regex.c (regerror): Function renamed from `__regerror'.
This commit is contained in:
parent
2171aa415b
commit
f25d2425f4
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
Tue Mar 28 18:19:50 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||||
|
|
||||||
From 2000-03-20 Jonathan Larmour <jlarmour@redhat.co.uk>:
|
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. */
|
from either regcomp or regexec. We don't use PREG here. */
|
||||||
|
|
||||||
size_t
|
size_t
|
||||||
__regerror (errcode, preg, errbuf, errbuf_size)
|
regerror (errcode, preg, errbuf, errbuf_size)
|
||||||
int errcode;
|
int errcode;
|
||||||
const regex_t *preg;
|
const regex_t *preg;
|
||||||
char *errbuf;
|
char *errbuf;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue