Constify target_so_ops::bfd_open
[deliverable/binutils-gdb.git] / gdb / solib-darwin.c
index ed8f9da2573ca62f3979f7ebe3fc1b2714df39bb..cf15148c36b74e3e49a407ce5bd52ee5477c23bc 100644 (file)
@@ -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;
 
This page took 0.023698 seconds and 4 git commands to generate.