diff options
author | Vinson Lee <[email protected]> | 2013-10-11 16:57:02 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2013-10-11 17:04:54 -0700 |
commit | a9a78640d974820edd0c4a4325e04664471c4e06 (patch) | |
tree | fac224f6e21cdae339f5a7bbc337fc3da1f0af5e /src/gallium/winsys | |
parent | 1737189f0a0b2bd22feb47818e86ba4b8133c404 (diff) |
mesa: Do not use newlocale on NetBSD.
Fixes this build error.
CC imports.lo
../../src/mesa/main/imports.c: In function '_mesa_strtof':
../../src/mesa/main/imports.c:570:20: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'loc'
../../src/mesa/main/imports.c:570:20: error: 'loc' undeclared (first use in this function)
../../src/mesa/main/imports.c:570:20: note: each undeclared identifier is reported only once for each function it appears in
../../src/mesa/main/imports.c:572:7: error: implicit declaration of function 'newlocale'
../../src/mesa/main/imports.c:572:23: error: 'LC_CTYPE_MASK' undeclared (first use in this function)
../../src/mesa/main/imports.c:574:4: error: implicit declaration of function 'strtof_l'
../../src/mesa/main/imports.c:580:1: warning: control reaches end of non-void function
Signed-off-by: Vinson Lee <[email protected]>
Diffstat (limited to 'src/gallium/winsys')
0 files changed, 0 insertions, 0 deletions