* remote-udi.c (udi_wait): Use SIGURG, as Solaris doesn't have SIGLOST.
authorStu Grossman <grossman@cygnus>
Sat, 1 May 1993 01:22:02 +0000 (01:22 +0000)
committerStu Grossman <grossman@cygnus>
Sat, 1 May 1993 01:22:02 +0000 (01:22 +0000)
gdb/remote-udi.c

index 241745240b7c6c049bef65e7568efe86cdda5ba9..6b586cb7da7d667ff2d21bfdf50c3c96c95a5b51 100644 (file)
@@ -583,11 +583,7 @@ udi_wait (status)
       WSETSTOP ((*status), SIGTSTP);
       break;
     case UDIWarned:
-#ifdef SIGLOST
-      WSETSTOP ((*status), SIGLOST);
-#else
       WSETSTOP ((*status), SIGURG);
-#endif
       break;
     case UDIStepped:
     case UDIBreak:
This page took 0.024752 seconds and 4 git commands to generate.