On Mon, 8 Apr 2019 at 20:38, Laurent Vivier <laur...@vivier.eu> wrote: > > The following changes since commit f55a585d1037e5de6088f25e75443c2776786e29: > > Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging > (2019-04-07 14:54:55 +0100) > > are available in the Git repository at: > > git://github.com/vivier/qemu.git tags/linux-user-for-4.0-pull-request > > for you to fetch changes up to 71ba74f67eaca21b0cc9d96f534ad3b9a7161400: > > linux-user: rename gettid() to sys_gettid() to avoid clash with glibc > (2019-04-08 17:27:13 +0200) > > ---------------------------------------------------------------- > fix gettid() clash with new glibc > > ---------------------------------------------------------------- > > 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(-)
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0 for any user-visible changes. -- PMM