source:
patches/glibc-2.5-MINOR-1.patch@
43123fb
Last change on this file since 43123fb was 6cea094, checked in by , 18 years ago | |
---|---|
|
|
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 304 304 /* Major and minor version number of the GNU C library package. Use 305 305 these macros to test for features in specific releases. */ 306 306 #define __GLIBC__ 2 307 #define __GLIBC_MINOR__ 4307 #define __GLIBC_MINOR__ 5 308 308 309 309 #define __GLIBC_PREREQ(maj, min) \ 310 310 ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
Note:
See TracBrowser
for help on using the repository browser.