summaryrefslogtreecommitdiff
path: root/hw/pixel_ops.h
diff options
context:
space:
mode:
authorJohn Spencer <maillist-qemu@barfooze.de>2012-12-10 07:59:44 +0100
committerStefan Hajnoczi <stefanha@redhat.com>2012-12-18 17:21:13 +0100
commite12cdb1b4055530c61fe99683d256c42e9e62ac8 (patch)
tree9085ebe285fe05e3e3d471855dd8b0819fbf46f3 /hw/pixel_ops.h
parent887eb29930a7b48e46d16916cb050d114016f143 (diff)
downloadqemu-e12cdb1b4055530c61fe99683d256c42e9e62ac8.tar.gz
qemu-e12cdb1b4055530c61fe99683d256c42e9e62ac8.tar.bz2
qemu-e12cdb1b4055530c61fe99683d256c42e9e62ac8.zip
fix build error on ARM due to wrong glibc check
the test for glibc < 2 "succeeds" wrongly for any non-glibc C library, and breaks the build on musl libc. we must first test if __GLIBC__ is defined at all, before using it unconditionally. Signed-off-by: John Spencer <maillist-qemu@barfooze.de> Reviewed-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/pixel_ops.h')
0 files changed, 0 insertions, 0 deletions