* 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
|
@ -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…
Add table
Add a link
Reference in a new issue