summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-08-10 21:41:27 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-08-14 23:32:11 +0200
commit4a05ed87ceb946608100642121c32e642b58cd0d (patch)
tree663d38f9b6adb10d31fd94bc1b75c219d2d3ebe0
parent414ce5018d2cdf0dc8ebe880dc5350f3513420ec (diff)
glibc compat: bump glibc minor version
See this discussion: http://lists.busybox.net/pipermail/buildroot/2015-August/137229.html Should help to fix compile issues with boost for ARC.
-rw-r--r--include/features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/features.h b/include/features.h
index dcf1348d8..f6fbbf49d 100644
--- a/include/features.h
+++ b/include/features.h
@@ -393,7 +393,7 @@ uClibc was built without large file support enabled.
these macros to test for features in specific releases. */
/* Don't do it, if you want to keep uClibc happy. */
#define __GLIBC__ 2
-#define __GLIBC_MINOR__ 2
+#define __GLIBC_MINOR__ 10
#endif
#define __GLIBC_PREREQ(maj, min) \