From: Jim Blandy Date: Sat, 18 Mar 2000 01:57:00 +0000 (+0000) Subject: * gdb_wait.h (WSETSTOP): Pass the appropriate number of arguments X-Git-Tag: gdb_5_0-2000-04-10-branchpoint~241 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6d5a5207c572473bdadb6dda5d7681bbcf430bc7;p=platform%2Fupstream%2Fbinutils.git * gdb_wait.h (WSETSTOP): Pass the appropriate number of arguments to W_STOPCODE. --- diff --git a/gdb/gdb_wait.h b/gdb/gdb_wait.h index 36e797b..63a13d2 100644 --- a/gdb/gdb_wait.h +++ b/gdb/gdb_wait.h @@ -95,7 +95,7 @@ #ifndef WSETSTOP # ifdef W_STOPCODE -#define WSETSTOP(w,status) ((w) = W_STOPCODE(status,0)) +#define WSETSTOP(w,sig) ((w) = W_STOPCODE(sig)) # else #define WSETSTOP(w,sig) ((w) = (0177 | ((sig) << 8))) # endif