projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faf7c62
)
disable strverscmp usage if we build against uClibc-0.9.31
author
Oliver Metz
<oliver.metz@googlemail.com>
Sun, 9 Oct 2011 00:08:42 +0000
(
02:08
+0200)
committer
Denys 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
patch
|
blob
|
history
diff --git
a/include/platform.h
b/include/platform.h
index aa1bc331b8f4c0fc710046433c6b3b37e7473132..d79cc97e5a9bb843cfa3345219c6fbafee8cc6c9 100644
(file)
--- a/
include/platform.h
+++ b/
include/platform.h
@@
-366,7
+366,7
@@
typedef unsigned smalluint;
#if defined(__UCLIBC_MAJOR__)
# if __UCLIBC_MAJOR__ == 0 \
&& ( __UCLIBC_MINOR__ < 9 \
- || (__UCLIBC_MINOR__ == 9 && __UCLIBC_SUBLEVEL__ < 3
1
) \
+ || (__UCLIBC_MINOR__ == 9 && __UCLIBC_SUBLEVEL__ < 3
2
) \
)
# undef HAVE_STRVERSCMP
# endif