On 28 February 2017 at 02:51, Tim Hentenaar <[email protected]> wrote: > A check was introduced in 5ea2fc84da1bffce749c9d0848f5336def2818bb which > causes fork() and vfork() to fail if TARGET_SIGCHLD != SIGCHLD. > > Signed-off-by: Tim Hentenaar <[email protected]> > --- > linux-user/syscall.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
Thanks for this patch. In fact the equivalent bugfix has just hit QEMU git master, as commit 7eddb5ddacb783ba. thanks -- PMM
