* serial.h (SERIAL_SET_TTY_STATE): Comment return value.
[deliverable/binutils-gdb.git] / gdb / osfsolib.c
index 4e8cb322b514af76bcf71a0845b26acfbcd47d3f..c86f084c2f975919d92c38b1ce657f534a898cc6 100644 (file)
@@ -736,13 +736,13 @@ solib_create_inferior_hook()
  
   clear_proceed_status ();
   stop_soon_quietly = 1;
-  stop_signal = 0;
+  stop_signal = TARGET_SIGNAL_0;
   do
     {
       target_resume (-1, 0, stop_signal);
       wait_for_inferior ();
     }
-  while (stop_signal != SIGTRAP);
+  while (stop_signal != TARGET_SIGNAL_TRAP);
 
   /*  solib_add will call reinit_frame_cache via symbol_file_add.
       But we are stopped in the runtime loader and we do not have symbols
This page took 0.022906 seconds and 4 git commands to generate.