aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1993-05-01 01:22:02 +0000
committerStu Grossman <grossman@cygnus>1993-05-01 01:22:02 +0000
commit023a56c9dfd95712228d513d1159d77a2d6a218d (patch)
tree0aa2bde975410fa03a408c9d94cd8bd31f0028bc /gdb
parent2f1c04d17d1d5c77c85aef8084145bdc9395e661 (diff)
downloadgdb-023a56c9dfd95712228d513d1159d77a2d6a218d.zip
gdb-023a56c9dfd95712228d513d1159d77a2d6a218d.tar.gz
gdb-023a56c9dfd95712228d513d1159d77a2d6a218d.tar.bz2
* remote-udi.c (udi_wait): Use SIGURG, as Solaris doesn't have SIGLOST.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/remote-udi.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/remote-udi.c b/gdb/remote-udi.c
index 2417452..6b586cb 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: