diff options
author | Philippe De Muyter <phdm@macqel.be> | 2000-03-28 12:13:15 +0000 |
---|---|---|
committer | Philippe De Muyter <phdm@macqel.be> | 2000-03-28 12:13:15 +0000 |
commit | 892f8baee6b35e78a13063a686f04795193daa87 (patch) | |
tree | dc73bc729906fd09b30d9891a25f3db7a3608532 /gdb/gnu-regex.c | |
parent | 867ffa5486c6eedd44b44e37569b4206db9aeca9 (diff) | |
download | gdb-892f8baee6b35e78a13063a686f04795193daa87.tar.gz |
* gnu-regex.c (regerror): Function renamed from `__regerror'.
Diffstat (limited to 'gdb/gnu-regex.c')
-rw-r--r-- | gdb/gnu-regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gnu-regex.c b/gdb/gnu-regex.c index 632c6eaf554..f7faa8c8647 100644 --- a/gdb/gnu-regex.c +++ b/gdb/gnu-regex.c @@ -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; |