This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] solib.h: Fix no_shared_libraries() declaration


I've just committed the following patch...

	* solib.h (no_shared_libraries): Make declaration match definition
	in solib.c.

Index: solib.h
===================================================================
RCS file: /cvs/src/src/gdb/solib.h,v
retrieving revision 1.5
diff -u -p -r1.5 solib.h
--- solib.h	2001/05/14 16:48:01	1.5
+++ solib.h	2001/05/14 18:07:19
@@ -194,4 +194,4 @@ extern char *solib_address (CORE_ADDR);	
 
 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);


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]