Fix compile time errors when building against uclibc
authorAnthony G. Basile <blueness@gentoo.org>
Tue, 24 Jul 2012 19:59:54 +0000 (12:59 -0700)
committerMatt Turner <mattst88@gmail.com>
Tue, 24 Jul 2012 20:00:47 +0000 (13:00 -0700)
commitf35e380dd240b418e17a179af73bbab74ceea784
tree73d09f686239d1b079d363d901370761db932f6d
parent1ffac44e83a6fa6f486c6493e1d4eda259938ebb
Fix compile time errors when building against uclibc

Mesa misses a few checks when compiling on a uclibc system
which cause it to fall back on glibc-ism.  This patch
addresses those issues.

Acked-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
src/gallium/auxiliary/util/u_debug_symbol.c
src/glsl/strtod.c
src/mesa/main/imports.c