diff options
Diffstat (limited to 'gdb/coff-solib.h')
-rw-r--r-- | gdb/coff-solib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/coff-solib.h b/gdb/coff-solib.h index 144f36d..d29f96a 100644 --- a/gdb/coff-solib.h +++ b/gdb/coff-solib.h @@ -1,5 +1,5 @@ /* COFF (SVR3) Shared library declarations for GDB, the GNU Debugger. - Copyright 1992, 1993, 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright 1992, 1993, 1998, 1999, 2000, 2003 Free Software Foundation, Inc. This file is part of GDB. @@ -109,7 +109,7 @@ extern void coff_solib_create_inferior_hook (void); /* solib.c */ */ #define SOLIB_LOADED_LIBRARY_PATHNAME(pid) \ -(0) +"" /* This function returns TRUE if the dynamic linker has just reported an unload of a library. |