diff options
author | Carlos O'Donell <carlos@systemhalted.org> | 2016-08-01 22:01:36 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@systemhalted.org> | 2016-08-01 22:01:36 -0400 |
commit | fdfc9260b61d3d72541f18104d24c7bcb0ce5ca2 (patch) | |
tree | 83f76a2e530ff4d48b59949a19e61bad075c23ca /include | |
parent | 3c4f81eccc251106e973b356d25463d9c866ec03 (diff) | |
download | glibc-fdfc9260b61d3d72541f18104d24c7bcb0ce5ca2.tar.gz glibc-fdfc9260b61d3d72541f18104d24c7bcb0ce5ca2.tar.xz glibc-fdfc9260b61d3d72541f18104d24c7bcb0ce5ca2.zip |
Update for glibc 2.24 release. glibc-2.24
Diffstat (limited to 'include')
-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 9514d35718..56d1c571b6 100644 --- a/include/features.h +++ b/include/features.h @@ -357,7 +357,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__ 23 +#define __GLIBC_MINOR__ 24 #define __GLIBC_PREREQ(maj, min) \ ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min)) |