mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
fix spelling in linux-user sub directory
Cc: Riku Voipio <riku.voipio@iki.fi> Signed-off-by: Dong Xu Wang <wdongxu@linux.vnet.ibm.com> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
bcb15d9c84
commit
b4916d7b9d
5 changed files with 8 additions and 8 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue