summaryrefslogtreecommitdiff
path: root/libc/include/features.h
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2009-05-09 18:19:07 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2009-05-09 18:19:07 +0000
commit5acb73612fb014b5be410f3d5790bfa9d67f47b2 (patch)
treec8e2405ca0caaaa56f718995ec55d3ca0ff0d1f7 /libc/include/features.h
parent0751aa1150e8b03d0d85fee7ad9b5bfe7d214edf (diff)
Merge changes between r8410 and r8419 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@8420 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 5adb3b285..9d1fd9093 100644
--- a/libc/include/features.h
+++ b/libc/include/features.h
@@ -327,7 +327,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__ 9
+#define __GLIBC_MINOR__ 10
#define __GLIBC_PREREQ(maj, min) \
((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))