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

2019-03-20 Thread Laurent Vivier
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 compila

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

2019-03-20 Thread Richard Henderson
On 3/20/19 9:18 AM, Daniel P. Berrangé wrote: > Daniel P. Berrangé (2): > linux-user: assume __NR_gettid always exists > linux-user: rename gettid() to sys_gettid() to avoid clash with glibc Reviewed-by: Richard Henderson r~

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

2019-03-20 Thread Daniel P . Berrangé
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 alwa