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

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 6cea094 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
  • include/features.h

    Submitted By: Jim Gifford <jim@linuxfromscratch.org>
    Date: 2006-10-22
    Initial Package Version: 2.5
    Origin: Upstream
    Upstream Status: From Upstream
    Description: Corrects the Minor Version in Glibc
    
    diff -Naur glibc-2.5.orig/include/features.h glibc-2.5/include/features.h
    old new  
    304304/* Major and minor version number of the GNU C library package.  Use
    305305   these macros to test for features in specific releases.  */
    306306#define __GLIBC__       2
    307 #define __GLIBC_MINOR__ 4
     307#define __GLIBC_MINOR__ 5
    308308
    309309#define __GLIBC_PREREQ(maj, min) \
    310310        ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
Note: See TracBrowser for help on using the repository browser.