* [Qemu-devel] [5801] linux-user: sig is target signal.
@ 2008-11-27 15:46 Thiemo Seufer
0 siblings, 0 replies; only message in thread
From: Thiemo Seufer @ 2008-11-27 15:46 UTC (permalink / raw)
To: qemu-devel
Revision: 5801
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5801
Author: ths
Date: 2008-11-27 15:46:25 +0000 (Thu, 27 Nov 2008)
Log Message:
-----------
linux-user: sig is target signal.
Signed-off-by: Riku Voipio <riku.voipio@iki.fi>
Modified Paths:
--------------
trunk/linux-user/signal.c
Modified: trunk/linux-user/signal.c
===================================================================
--- trunk/linux-user/signal.c 2008-11-27 15:45:16 UTC (rev 5800)
+++ trunk/linux-user/signal.c 2008-11-27 15:46:25 UTC (rev 5801)
@@ -502,7 +502,7 @@
int host_sig;
int ret = 0;
- if (sig < 1 || sig > TARGET_NSIG || sig == SIGKILL || sig == SIGSTOP)
+ if (sig < 1 || sig > TARGET_NSIG || sig == TARGET_SIGKILL || sig == TARGET_SIGSTOP)
return -EINVAL;
k = &sigact_table[sig - 1];
#if defined(DEBUG_SIGNAL)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-27 15:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-27 15:46 [Qemu-devel] [5801] linux-user: sig is target signal Thiemo Seufer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).