summaryrefslogtreecommitdiffstats
path: root/patches/glibc-2.5/generic/gentoo/1010_all_glibc-cvs-update-MINOR.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/glibc-2.5/generic/gentoo/1010_all_glibc-cvs-update-MINOR.patch')
-rw-r--r--patches/glibc-2.5/generic/gentoo/1010_all_glibc-cvs-update-MINOR.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/patches/glibc-2.5/generic/gentoo/1010_all_glibc-cvs-update-MINOR.patch b/patches/glibc-2.5/generic/gentoo/1010_all_glibc-cvs-update-MINOR.patch
deleted file mode 100644
index 2b88ed2..0000000
--- a/patches/glibc-2.5/generic/gentoo/1010_all_glibc-cvs-update-MINOR.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-2006-10-06 Andreas Jaeger <aj@suse.de>
-
- * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
-
----
- include/features.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: glibc-2.5/include/features.h
-===================================================================
---- glibc-2.5.orig/include/features.h
-+++ glibc-2.5/include/features.h
-@@ -304,7 +304,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__ 4
-+#define __GLIBC_MINOR__ 5
-
- #define __GLIBC_PREREQ(maj, min) \
- ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))