From e0f01c4971474a22defed75482cdebf400654a84 Mon Sep 17 00:00:00 2001 From: kevinb Date: Mon, 14 May 2001 18:09:04 +0000 Subject: [PATCH] Fix no_shared_libraries() declaration. --- gdb/ChangeLog | 5 +++++ gdb/solib.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f1f8a44e58..0cce95e594 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2001-05-14 Kevin Buettner + + * solib.h (no_shared_libraries): Make declaration match definition + in solib.c. + 2001-05-14 Andrew Cagney * remote.c (remote_write_bytes): Set nr_bytes before returning it. diff --git a/gdb/solib.h b/gdb/solib.h index 05e0cb73b6..2da8460150 100644 --- a/gdb/solib.h +++ b/gdb/solib.h @@ -194,4 +194,4 @@ extern char *solib_address (CORE_ADDR); /* solib.c */ extern int in_solib_dynsym_resolve_code (CORE_ADDR); /* solib.c */ -extern int no_shared_libraries (char *ignored, int from_tty); +extern void no_shared_libraries (char *ignored, int from_tty); -- 2.11.0