qemu-devel
[Top][All Lists]
Advanced

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

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


From: Daniel P . Berrangé
Subject: [Qemu-devel] [PATCH v4 0/2] linux-user: fix incompatibility with latest glibc
Date: Wed, 20 Mar 2019 16:18:40 +0000

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(-)

-- 
2.20.1




reply via email to

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