summaryrefslogtreecommitdiff
path: root/gdb/solib.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2003-12-11 13:45:12 +0000
committerMark Kettenis <kettenis@gnu.org>2003-12-11 13:45:12 +0000
commit3575abbea47e7510f26e26638420297c0aaa3616 (patch)
tree879e0d5fd6524e50d88c284bf59549217d297d8d /gdb/solib.h
parent510aa4ae0f94aad2dca1bf3a898f039e9bc65f92 (diff)
downloadgdb-3575abbea47e7510f26e26638420297c0aaa3616.tar.gz
* solib.h (SOLIB_UNLOADED_LIBRARY_PATHNAME): Define as "" instead
of (0).
Diffstat (limited to 'gdb/solib.h')
-rw-r--r--gdb/solib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib.h b/gdb/solib.h
index 936f037a46f..01971f412e7 100644
--- a/gdb/solib.h
+++ b/gdb/solib.h
@@ -149,7 +149,7 @@ extern void solib_create_inferior_hook (void); /* solib.c */
*/
#define SOLIB_UNLOADED_LIBRARY_PATHNAME(pid) \
-(0)
+""
/* This function returns TRUE if pc is the address of an instruction that
lies within the dynamic linker (such as the event hook, or the dld