diff options
Diffstat (limited to 'features.h')
-rw-r--r-- | features.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features.h b/features.h index 988c7960e7..9baaa053fa 100644 --- a/features.h +++ b/features.h @@ -190,7 +190,7 @@ /* Major and minor version number of the GNU C library package. Use these macros to test for features in specific releases. */ #define __GLIBC__ 2 -#define __GLIBC_MINOR__ 0 +#define __GLIBC_MINOR__ 1 #if !defined __GNUC__ || __GNUC__ < 2 |