summaryrefslogtreecommitdiff
path: root/include/features.h
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2008-11-13 22:19:33 +0000
committerJakub Jelinek <jakub@redhat.com>2008-11-13 22:19:33 +0000
commit033b8b2d4de5cd8abe4278cd2b30c50d7a78e886 (patch)
tree8a50d72fd135568a2c28a3c1d91798995dd822fb /include/features.h
parent03c8e287448a12c8c4c6db3570f5b7e3930d488d (diff)
Updated to fedora-glibc-20081113T2206cvs/fedora-glibc-2_9-1
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 18093befcf..69df5df36b 100644
--- a/include/features.h
+++ b/include/features.h
@@ -316,7 +316,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__ 8
+#define __GLIBC_MINOR__ 9
#define __GLIBC_PREREQ(maj, min) \
((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))