aboutsummaryrefslogtreecommitdiff
path: root/gdb/gnu-regex.c
diff options
context:
space:
mode:
authorPhilippe De Muyter <phdm@macqel.be>2000-03-28 12:13:15 +0000
committerPhilippe De Muyter <phdm@macqel.be>2000-03-28 12:13:15 +0000
commitf25d2425f43bb42a5256b6eafcc2b6beaee7cdc1 (patch)
tree10f85a1a6455a1b140a00e9995bd91111f609824 /gdb/gnu-regex.c
parent2171aa415b4c6687292ea72e7f612cc7a24fbdcc (diff)
downloadgdb-f25d2425f43bb42a5256b6eafcc2b6beaee7cdc1.zip
gdb-f25d2425f43bb42a5256b6eafcc2b6beaee7cdc1.tar.gz
gdb-f25d2425f43bb42a5256b6eafcc2b6beaee7cdc1.tar.bz2
* gnu-regex.c (regerror): Function renamed from `__regerror'.
Diffstat (limited to 'gdb/gnu-regex.c')
-rw-r--r--gdb/gnu-regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gnu-regex.c b/gdb/gnu-regex.c
index 632c6ea..f7faa8c 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;