This commit is contained in:
Jakub Jelinek 2004-10-14 13:09:38 +00:00
parent 348245d3f9
commit fb72ee058f
2 changed files with 3 additions and 3 deletions

View File

@ -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
+;

View File

@ -1,2 +1,2 @@
731d7871eb5fa4e0a0dde99110a3ce8f glibc-20041014T0548.tar.bz2
71fd87ef50f6ed9588354545fd084acf glibc-fedora-20041014T0548.tar.bz2
93013075d931290f694a445c19073688 glibc-fedora-20041014T0548.tar.bz2