diff options
| author | Anthony Liguori <aliguori@us.ibm.com> | 2011-12-05 08:44:33 -0600 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-12-05 08:44:33 -0600 |
| commit | cac1e30af72c4cf289750193426ebd5d2b6bd1d5 (patch) | |
| tree | eb37cda0433cc28f3455bcd2a525707963517dde /linux-user/signal.c | |
| parent | 01e7a53aed945adafc3ee54e2159227839daf0b4 (diff) | |
| parent | 07f35073c6d6d1b2f42a6b3671b8af2f271986b9 (diff) | |
| download | focaccia-qemu-cac1e30af72c4cf289750193426ebd5d2b6bd1d5.tar.gz focaccia-qemu-cac1e30af72c4cf289750193426ebd5d2b6bd1d5.zip | |
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Diffstat (limited to 'linux-user/signal.c')
| -rw-r--r-- | linux-user/signal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/signal.c b/linux-user/signal.c index 78e3380702..ded12caa18 100644 --- a/linux-user/signal.c +++ b/linux-user/signal.c @@ -80,7 +80,7 @@ static uint8_t host_to_target_signal_table[_NSIG] = { [SIGSYS] = TARGET_SIGSYS, /* next signals stay the same */ /* Nasty hack: Reverse SIGRTMIN and SIGRTMAX to avoid overlap with - host libpthread signals. This assumes noone actually uses SIGRTMAX :-/ + host libpthread signals. This assumes no one actually uses SIGRTMAX :-/ To fix this properly we need to do manual signal delivery multiplexed over a single host signal. */ [__SIGRTMIN] = __SIGRTMAX, |