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:
67aaefa
)
* gdb_wait.h (WSETSTOP): Pass the appropriate number of arguments
author
Jim Blandy
<jimb@codesourcery.com>
Sat, 18 Mar 2000 01:57:00 +0000
(
01:57
+0000)
committer
Jim Blandy
<jimb@codesourcery.com>
Sat, 18 Mar 2000 01:57:00 +0000
(
01:57
+0000)
to W_STOPCODE.
gdb/gdb_wait.h
patch
|
blob
|
history
diff --git
a/gdb/gdb_wait.h
b/gdb/gdb_wait.h
index 36e797b2223ec3b94919ed5bc845f57fbb835f5a..63a13d2105de2e2f67c8695848bf08e3f8e88981 100644
(file)
--- a/
gdb/gdb_wait.h
+++ b/
gdb/gdb_wait.h
@@
-95,7
+95,7
@@
#ifndef WSETSTOP
# ifdef W_STOPCODE
-#define WSETSTOP(w,s
tatus) ((w) = W_STOPCODE(status,0
))
+#define WSETSTOP(w,s
ig) ((w) = W_STOPCODE(sig
))
# else
#define WSETSTOP(w,sig) ((w) = (0177 | ((sig) << 8)))
# endif