summaryrefslogtreecommitdiff
path: root/include/features.h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-17 21:07:07 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-17 21:07:07 +0100
commit836c1a7baa9421c1222e022cdc263d8c1a5a2b14 (patch)
tree0091d21587c1524d457f64b39ac4a6dfc6f73b73 /include/features.h
parent73490b63e659336596420a263c3a7133ccfd914b (diff)
Revert "glibc compat: bump glibc minor version"
This reverts commit 4a05ed87ceb946608100642121c32e642b58cd0d. This breaks SSP detection for gcc, which might be problematic for some projects. Revert it after some discussion with buildroot and openembedded people.
Diffstat (limited to 'include/features.h')
-rw-r--r--include/features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/features.h b/include/features.h
index f6fbbf49d..dcf1348d8 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__ 10
+#define __GLIBC_MINOR__ 2
#endif
#define __GLIBC_PREREQ(maj, min) \