source: clfs-sysroot/patches/glibc-2.5-MINOR-1.patch @ ffd1587

Last change on this file since ffd1587 was 8f3d581, checked in by Joe Ciccone <jciccone@…>, 17 years ago

Add all of the patches needed for clfs-sysroot.

  • 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.