]> git.proxmox.com Git - mirror_qemu.git/commit - linux-user/strace.c
Fix strace or FUTEX_PRIVATE_FLAG
authorPaul Brook <paul@codesourcery.com>
Fri, 19 Feb 2010 16:04:51 +0000 (16:04 +0000)
committerPaul Brook <paul@codesourcery.com>
Fri, 19 Feb 2010 16:04:51 +0000 (16:04 +0000)
commit5f2243f3013956b604b92cb614b8e1a8681e3e74
tree0b880441f5601331b9f7af61adbc5bb6c59d4002
parent30a8cac1399306963cb3dd65e0421f957d8b4da7
Fix strace or FUTEX_PRIVATE_FLAG

FUTEX_PRIVATE_FLAG is a bit orred with an existing futex op,
not a distinct value.

Signed-off-by: Paul Brook <paul@codesourcery.com>
linux-user/strace.c