diff options
Diffstat (limited to 'include/features.h')
-rw-r--r-- | include/features.h | 2 |
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) \ |