From: Stu Grossman Date: Sat, 1 May 1993 01:22:02 +0000 (+0000) Subject: * remote-udi.c (udi_wait): Use SIGURG, as Solaris doesn't have SIGLOST. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=023a56c9dfd95712228d513d1159d77a2d6a218d;p=deliverable%2Fbinutils-gdb.git * remote-udi.c (udi_wait): Use SIGURG, as Solaris doesn't have SIGLOST. --- diff --git a/gdb/remote-udi.c b/gdb/remote-udi.c index 241745240b..6b586cb7da 100644 --- a/gdb/remote-udi.c +++ b/gdb/remote-udi.c @@ -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: