qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v4 0/2] linux-user: fix incompatibility with lat


From: Laurent Vivier
Subject: Re: [Qemu-devel] [PATCH v4 0/2] linux-user: fix incompatibility with latest glibc
Date: Wed, 20 Mar 2019 18:58:07 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

On 20/03/2019 17:18, Daniel P. Berrangé wrote:
> Changed in v4:
> 
>  - Drop support for systems without __NR_gettid
>  - Keep using syscall0 macro
> 
> Changed in v3:
>  - put { on separate line to please checkpatch
> 
> Changed in v2:
>  - Rename to sys_gettid instead of using conditional compilation
> 
> Daniel P. Berrangé (2):
>   linux-user: assume __NR_gettid always exists
>   linux-user: rename gettid() to sys_gettid() to avoid clash with glibc
> 
>  linux-user/syscall.c | 19 ++++++-------------
>  1 file changed, 6 insertions(+), 13 deletions(-)
> 
Reviewed-by: Laurent Vivier <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]