diff options
-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: |