Make the objfile destructor private
[deliverable/binutils-gdb.git] / gdb / nto-procfs.c
index 0a199e72248e90e6a188b18ce7348b7c5a1fda6f..dcb0494e9c96b916345a5a49afd9b11a2ef7be5f 100644 (file)
@@ -1317,7 +1317,7 @@ nto_procfs_target::create_inferior (const char *exec_file,
     {
       /* FIXME: expected warning?  */
       /* warning( "Failed to set Kill-on-Last-Close flag: errno = %d(%s)\n",
-         errn, strerror(errn) ); */
+         errn, safe_strerror(errn) ); */
     }
   if (!target_is_pushed (ops))
     push_target (ops);
This page took 0.038653 seconds and 4 git commands to generate.