Author: sthibault
Date: 2015-03-22 12:51:54 +0000 (Sun, 22 Mar 2015)
New Revision: 6418
Modified:
glibc-package/branches/glibc-2.21/debian/changelog
glibc-package/branches/glibc-2.21/debian/patches/hurd-i386/tg-tls-threadvar.diff
Log:
Fix errno access in rtld
Modified: glibc-package/branches/glibc-2.21/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.21/debian/changelog 2015-03-22 12:03:33 UTC
(rev 6417)
+++ glibc-package/branches/glibc-2.21/debian/changelog 2015-03-22 12:51:54 UTC
(rev 6418)
@@ -16,7 +16,7 @@
* patches/hurd-i386/tg-EIEIO-fr.diff: Rebased.
* patches/hurd-i386/tg-af_local_strlen.diff: Rebased.
* patches/hurd-i386/tg-chflags.diff: Rebased.
- * patches/hurd-i386/tg-tls-threadvar.diff: Rebased.
+ * patches/hurd-i386/tg-tls-threadvar.diff: Update.
* patches/hurd-i386/tg-tls.diff: Rebased.
* patches/hurd-i386/tg-tls_thread_leak.diff: Rebased.
* patches/hurd-i386/unsubmitted-NO_HIDDEN.diff: Rebased.
Modified:
glibc-package/branches/glibc-2.21/debian/patches/hurd-i386/tg-tls-threadvar.diff
===================================================================
---
glibc-package/branches/glibc-2.21/debian/patches/hurd-i386/tg-tls-threadvar.diff
2015-03-22 12:03:33 UTC (rev 6417)
+++
glibc-package/branches/glibc-2.21/debian/patches/hurd-i386/tg-tls-threadvar.diff
2015-03-22 12:51:54 UTC (rev 6418)
@@ -385,7 +385,7 @@
# include <tls.h>
-# if !defined(__GNU__)
-+# if !(defined(__GNU__) && defined IS_IN_rtld)
++# if !(defined(__GNU__) && IS_IN (rtld))
# undef errno
# if IS_IN (libc)
# define errno __libc_errno
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: https://lists.debian.org/[email protected]