disable strverscmp usage if we build against uClibc-0.9.31
authorOliver Metz <oliver.metz@googlemail.com>
Sun, 9 Oct 2011 00:08:42 +0000 (02:08 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 9 Oct 2011 00:08:42 +0000 (02:08 +0200)
Signed-off-by: Oliver Metz <oliver.metz@googlemail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
include/platform.h

index aa1bc33..d79cc97 100644 (file)
@@ -366,7 +366,7 @@ typedef unsigned smalluint;
 #if defined(__UCLIBC_MAJOR__)
 # if __UCLIBC_MAJOR__ == 0 \
   && (   __UCLIBC_MINOR__ < 9 \
-     || (__UCLIBC_MINOR__ == 9 && __UCLIBC_SUBLEVEL__ < 31) \
+     || (__UCLIBC_MINOR__ == 9 && __UCLIBC_SUBLEVEL__ < 32) \
      )
 #  undef HAVE_STRVERSCMP
 # endif