summaryrefslogtreecommitdiff
path: root/libc/include/features.h
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2014-02-07 21:04:10 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2014-02-07 21:04:10 +0000
commit85f4cc52a11508e42daa5625283410e0d6f3a993 (patch)
treedeca25a1076f1a24479cbca3bd7d162123fae742 /libc/include/features.h
parenta1055d384d75c28f09a47c2d8628bc330f892955 (diff)
downloadeglibc2-master.tar.gz
Merge changes between r25087 and r25236 from /fsf/trunk.HEADmaster
git-svn-id: svn://svn.eglibc.org/trunk@25237 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/include/features.h')
-rw-r--r--libc/include/features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/include/features.h b/libc/include/features.h
index 56e3da87f..21173a28c 100644
--- a/libc/include/features.h
+++ b/libc/include/features.h
@@ -367,7 +367,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__ 18
+#define __GLIBC_MINOR__ 19
#define __GLIBC_PREREQ(maj, min) \
((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))