diff options
Diffstat (limited to 'gdb/solib-darwin.c')
-rw-r--r-- | gdb/solib-darwin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib-darwin.c b/gdb/solib-darwin.c index ed8f9da2573..cf15148c36b 100644 --- a/gdb/solib-darwin.c +++ b/gdb/solib-darwin.c @@ -617,7 +617,7 @@ darwin_lookup_lib_symbol (struct objfile *objfile, } static gdb_bfd_ref_ptr -darwin_bfd_open (char *pathname) +darwin_bfd_open (const char *pathname) { int found_file; |