]> git.proxmox.com Git - mirror_qemu.git/commit
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.0-pull-request...
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Apr 2019 09:02:30 +0000 (10:02 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Apr 2019 09:02:30 +0000 (10:02 +0100)
commit248987f92cfda8305d6d44ced23e173e62a8bc0e
tree5fd40ea0a37052072d212b4ac4e927ed3744e331
parent7fe1427b5723583f55c753d5c75e23c93cc9a7e8
parent71ba74f67eaca21b0cc9d96f534ad3b9a7161400
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.0-pull-request' into staging

fix gettid() clash with new glibc

# gpg: Signature made Mon 08 Apr 2019 20:36:06 BST
# gpg:                using RSA key F30C38BD3F2FBE3C
# gpg: Good signature from "Laurent Vivier <lvivier@redhat.com>" [full]
# gpg:                 aka "Laurent Vivier <laurent@vivier.eu>" [full]
# gpg:                 aka "Laurent Vivier (Red Hat) <lvivier@redhat.com>" [full]
# Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F  5173 F30C 38BD 3F2F BE3C

* remotes/vivier2/tags/linux-user-for-4.0-pull-request:
  linux-user: rename gettid() to sys_gettid() to avoid clash with glibc
  linux-user: assume __NR_gettid always exists

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>