summaryrefslogtreecommitdiff
path: root/include/features.h
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@systemhalted.org>2016-08-01 22:01:36 -0400
committerCarlos O'Donell <carlos@systemhalted.org>2016-08-01 22:01:36 -0400
commitfdfc9260b61d3d72541f18104d24c7bcb0ce5ca2 (patch)
tree83f76a2e530ff4d48b59949a19e61bad075c23ca /include/features.h
parent3c4f81eccc251106e973b356d25463d9c866ec03 (diff)
downloadglibc-fdfc9260b61d3d72541f18104d24c7bcb0ce5ca2.tar.gz
Update for glibc 2.24 release.glibc-2.24
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 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))