clfs-1.2
clfs-2.1
clfs-3.0.0-systemd
clfs-3.0.0-sysvinit
systemd
sysvinit
Last change
on this file since 157ab39 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
|
Rev | Line | |
---|
[6cea094] | 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.