source: patches/glibc-2.5-MINOR-1.patch@ 1ef405d3

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 1ef405d3 was 6cea094, checked in by Jim Gifford <clfs@…>, 18 years ago

Added: glibc-2.5-MINOR-1.patch

  • Property mode set to 100644
File size: 746 bytes
RevLine 
[6cea094]1Submitted By: Jim Gifford <jim@linuxfromscratch.org>
2Date: 2006-10-22
3Initial Package Version: 2.5
4Origin: Upstream
5Upstream Status: From Upstream
6Description: Corrects the Minor Version in Glibc
7
8diff -Naur glibc-2.5.orig/include/features.h glibc-2.5/include/features.h
9--- glibc-2.5.orig/include/features.h 2006-04-25 13:34:32.000000000 -0700
10+++ glibc-2.5/include/features.h 2006-10-23 10:45:04.617073026 -0700
11@@ -304,7 +304,7 @@
12 /* Major and minor version number of the GNU C library package. Use
13 these macros to test for features in specific releases. */
14 #define __GLIBC__ 2
15-#define __GLIBC_MINOR__ 4
16+#define __GLIBC_MINOR__ 5
17
18 #define __GLIBC_PREREQ(maj, min) \
19 ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
Note: See TracBrowser for help on using the repository browser.