diff --git a/glibc-fedora.patch b/glibc-fedora.patch index f2becd4..882ad4d 100644 --- a/glibc-fedora.patch +++ b/glibc-fedora.patch @@ -557,14 +557,14 @@ assert (GCONV_MODULES_CACHE[0] == '/'); strcpy (stpcpy (mempcpy (tmpfname, prefix, prefix_len), GCONV_MODULES_CACHE), --- glibc-20041014T0548/include/errno.h 4 Oct 2004 20:59:37 -0000 1.12 -+++ glibc-20041014T0548-fedora/include/errno.h 14 Oct 2004 09:57:38 -0000 1.11.2.2 ++++ glibc-20041014T0548-fedora/include/errno.h 14 Oct 2004 12:33:58 -0000 1.11.2.3 @@ -36,7 +36,11 @@ extern __thread int errno attribute_tls_ # define __set_errno(val) (errno = (val)) # ifndef __ASSEMBLER__ -extern int *__errno_location (void) __THROW __attribute__ ((__const__)); +extern int *__errno_location (void) __THROW __attribute__ ((__const__)) -+# ifdef RTLD_PRIVATE_ERRNO ++# if RTLD_PRIVATE_ERRNO + attribute_hidden +# endif +; diff --git a/sources b/sources index 36a5957..ccf8722 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 731d7871eb5fa4e0a0dde99110a3ce8f glibc-20041014T0548.tar.bz2 -71fd87ef50f6ed9588354545fd084acf glibc-fedora-20041014T0548.tar.bz2 +93013075d931290f694a445c19073688 glibc-fedora-20041014T0548.tar.bz2