]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: fix build on non-C locales.
authorPriit Laes <plaes@plaes.org>
Sun, 24 Feb 2008 16:36:05 +0000 (18:36 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 26 Feb 2008 11:56:02 +0000 (12:56 +0100)
commit03994f01e8b72b3d01fd3d09d1cc7c9f421a727c
treed116e3e39cb91878574aa89833773498832b2628
parent2b775a27c0d9fdf8078d5b31e1e27411e5bf2a91
x86: fix build on non-C locales.

For some locales regex range [a-zA-Z] does not work as it is supposed to.
so we have to use [:alnum:] and [:xdigit:] to make it work as intended.

[1] http://en.wikipedia.org/wiki/Estonian_alphabet

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/vdso/Makefile