Last change
on this file since e821ed9 was 8f3d581, checked in by Joe Ciccone <jciccone@…>, 18 years ago |
Add all of the patches needed for clfs-sysroot.
|
-
Property mode
set to
100644
|
File size:
746 bytes
|
Rev | Line | |
---|
[8f3d581] | 1 | Submitted By: Jim Gifford <jim@linuxfromscratch.org>
|
---|
| 2 | Date: 2006-10-22
|
---|
| 3 | Initial Package Version: 2.5
|
---|
| 4 | Origin: Upstream
|
---|
| 5 | Upstream Status: From Upstream
|
---|
| 6 | Description: Corrects the Minor Version in Glibc
|
---|
| 7 |
|
---|
| 8 | diff -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.