diff --git a/glibc-fedora.patch b/glibc-fedora.patch index 86a9f39..404017f 100644 --- a/glibc-fedora.patch +++ b/glibc-fedora.patch @@ -2354,3 +2354,47 @@ cfi_startproc; PSEUDO_END (BP_SYM (__clone)) +--- libc/nptl/sysdeps/unix/sysv/linux/ia64/dl-sysdep.h.jj 2008-03-14 22:53:51.000000000 +0100 ++++ libc/nptl/sysdeps/unix/sysv/linux/ia64/dl-sysdep.h 2008-03-18 00:36:11.000000000 +0100 +@@ -68,7 +68,7 @@ extern int _dl_sysinfo_break attribute_h + + /* The _dl_discover_osversion function is so far only needed in sysconf + to check for kernels later than 2.6.23. */ +-#if !defined ASSEMBLER && __LINUX_KERNEL_VERSION < 0x020617 ++#if !defined __ASSEMBLER__ && __LINUX_KERNEL_VERSION < 0x020617 + /* Get version of the OS. */ + extern int _dl_discover_osversion (void) attribute_hidden; + # define HAVE_DL_DISCOVER_OSVERSION 1 +--- libc/nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h.jj 2008-03-14 22:52:53.000000000 +0100 ++++ libc/nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h 2008-03-18 00:36:03.000000000 +0100 +@@ -61,7 +61,7 @@ extern void _dl_sysinfo_int80 (void) att + + /* The _dl_discover_osversion function is so far only needed in sysconf + to check for kernels later than 2.6.23. */ +-#if !defined ASSEMBLER && __LINUX_KERNEL_VERSION < 0x020617 ++#if !defined __ASSEMBLER__ && __LINUX_KERNEL_VERSION < 0x020617 + /* Get version of the OS. */ + extern int _dl_discover_osversion (void) attribute_hidden; + # define HAVE_DL_DISCOVER_OSVERSION 1 +--- libc/nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h.jj 2008-03-14 22:53:51.000000000 +0100 ++++ libc/nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h 2008-03-18 00:35:54.000000000 +0100 +@@ -64,7 +64,7 @@ extern void _dl_sysinfo_int80 (void) att + + /* The _dl_discover_osversion function is so far only needed in sysconf + to check for kernels later than 2.6.23. */ +-#if !defined ASSEMBLER && __LINUX_KERNEL_VERSION < 0x020617 ++#if !defined __ASSEMBLER__ && __LINUX_KERNEL_VERSION < 0x020617 + /* Get version of the OS. */ + extern int _dl_discover_osversion (void) attribute_hidden; + # define HAVE_DL_DISCOVER_OSVERSION 1 +--- libc/sysdeps/unix/sysv/linux/dl-sysdep.h.jj 2008-03-14 22:52:55.000000000 +0100 ++++ libc/sysdeps/unix/sysv/linux/dl-sysdep.h 2008-03-18 00:35:40.000000000 +0100 +@@ -29,7 +29,7 @@ + + /* The _dl_discover_osversion function is so far only needed in sysconf + to check for kernels later than 2.6.23. */ +-#if !defined ASSEMBLER && __LINUX_KERNEL_VERSION < 0x020617 ++#if !defined __ASSEMBLER__ && __LINUX_KERNEL_VERSION < 0x020617 + /* Get version of the OS. */ + extern int _dl_discover_osversion (void) attribute_hidden; + # define HAVE_DL_DISCOVER_OSVERSION 1 diff --git a/glibc.spec b/glibc.spec index 1b74c28..33758ab 100644 --- a/glibc.spec +++ b/glibc.spec @@ -980,7 +980,7 @@ rm -f *.filelist* %endif %changelog -* Fri Mar 14 2008 Jakub Jelinek 2.7.90-11 +* Tue Mar 18 2008 Jakub Jelinek 2.7.90-11 - update to trunk - remove , define _XOPEN_STREAMS -1 (#436349)