commit | 609f2fabab3ca9cedd69c499dc94bb2019d4f665 | [log] [tgz] |
---|---|---|
author | Sebastian Herbszt <herbszt@gmx.de> | Sun Jul 19 15:16:09 2009 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Wed Jul 22 10:58:49 2009 -0500 |
tree | 33d07a16aa57f2f8090f89715100e93b73348293 | |
parent | 7ea78b7489fed936a1ea2483d0cca152e022cbd0 [diff] |
qemu-thread: use pthread_equal Fixes qemu-thread.c: In function `qemu_thread_equal': qemu-thread.c:161: error: invalid operands to binary == Use of pthread_equal suggested by Filip Navara. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>