projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f1c04d
)
* remote-udi.c (udi_wait): Use SIGURG, as Solaris doesn't have SIGLOST.
author
Stu Grossman
<grossman@cygnus>
Sat, 1 May 1993 01:22:02 +0000
(
01:22
+0000)
committer
Stu Grossman
<grossman@cygnus>
Sat, 1 May 1993 01:22:02 +0000
(
01:22
+0000)
gdb/remote-udi.c
patch
|
blob
|
history
diff --git
a/gdb/remote-udi.c
b/gdb/remote-udi.c
index 241745240b7c6c049bef65e7568efe86cdda5ba9..6b586cb7da7d667ff2d21bfdf50c3c96c95a5b51 100644
(file)
--- 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: