* gnu-regex.c (regerror): Function renamed from `__regerror'.

This commit is contained in:
Philippe De Muyter 2000-03-28 12:13:15 +00:00
parent 2171aa415b
commit f25d2425f4
2 changed files with 6 additions and 1 deletions

View File

@ -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>:

View File

@ -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;