From 023a56c9dfd95712228d513d1159d77a2d6a218d Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Sat, 1 May 1993 01:22:02 +0000 Subject: [PATCH] * remote-udi.c (udi_wait): Use SIGURG, as Solaris doesn't have SIGLOST. --- gdb/remote-udi.c | 4 ---- 1 file changed, 4 deletions(-) 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: