* remote-udi.c (udi_wait): Use SIGURG, as Solaris doesn't have SIGLOST.

This commit is contained in:
Stu Grossman 1993-05-01 01:22:02 +00:00
parent 2f1c04d17d
commit 023a56c9df
1 changed files with 0 additions and 4 deletions

View File

@ -583,11 +583,7 @@ udi_wait (status)
WSETSTOP ((*status), SIGTSTP); WSETSTOP ((*status), SIGTSTP);
break; break;
case UDIWarned: case UDIWarned:
#ifdef SIGLOST
WSETSTOP ((*status), SIGLOST);
#else
WSETSTOP ((*status), SIGURG); WSETSTOP ((*status), SIGURG);
#endif
break; break;
case UDIStepped: case UDIStepped:
case UDIBreak: case UDIBreak: