diff options
author | Stu Grossman <grossman@cygnus> | 1993-05-01 01:22:02 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1993-05-01 01:22:02 +0000 |
commit | 023a56c9dfd95712228d513d1159d77a2d6a218d (patch) | |
tree | 0aa2bde975410fa03a408c9d94cd8bd31f0028bc /gdb/remote-udi.c | |
parent | 2f1c04d17d1d5c77c85aef8084145bdc9395e661 (diff) | |
download | gdb-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/remote-udi.c')
-rw-r--r-- | gdb/remote-udi.c | 4 |
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: |