aboutsummaryrefslogtreecommitdiff
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
commit9db7c108d956729feeb8bac1e7b2303ad4ebbb70 (patch)
treee1a834513a7037372e2e67508660378b600f39f3 /gdb/solib.h
parent6ea3dd37aebf88ac52737b4f84767785731f3f32 (diff)
downloadgdb-9db7c108d956729feeb8bac1e7b2303ad4ebbb70.zip
gdb-9db7c108d956729feeb8bac1e7b2303ad4ebbb70.tar.gz
gdb-9db7c108d956729feeb8bac1e7b2303ad4ebbb70.tar.bz2
* 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 936f037..01971f4 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