aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/platform.h b/include/platform.h
index aa1bc331b..d79cc97e5 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -366,7 +366,7 @@ typedef unsigned smalluint;
366#if defined(__UCLIBC_MAJOR__) 366#if defined(__UCLIBC_MAJOR__)
367# if __UCLIBC_MAJOR__ == 0 \ 367# if __UCLIBC_MAJOR__ == 0 \
368 && ( __UCLIBC_MINOR__ < 9 \ 368 && ( __UCLIBC_MINOR__ < 9 \
369 || (__UCLIBC_MINOR__ == 9 && __UCLIBC_SUBLEVEL__ < 31) \ 369 || (__UCLIBC_MINOR__ == 9 && __UCLIBC_SUBLEVEL__ < 32) \
370 ) 370 )
371# undef HAVE_STRVERSCMP 371# undef HAVE_STRVERSCMP
372# endif 372# endif