[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[glibc] 01/01: hurd-i386/local-no-bootstrap-fs-access.diff: Refresh



This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch sid
in repository glibc.

commit c981c21cd38ef537e401c03a11284a0fb16ac435
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Dec 10 19:17:55 2017 +0000

    hurd-i386/local-no-bootstrap-fs-access.diff: Refresh
---
 debian/changelog                                           | 3 +++
 debian/patches/hurd-i386/local-no-bootstrap-fs-access.diff | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9d715ad..b8f3414 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,9 @@ glibc (2.25-4) UNRELEASED; urgency=medium
   * debian/rules.d/build.mk: add /usr/local multi-arch paths to ld.so.conf
     files.  Closes: #685519, #771934.
 
+  [ Samuel Thibault ]
+  * debian/patches/hurd-i386/local-no-bootstrap-fs-access.diff: Refresh.
+
  -- Aurelien Jarno <aurel32@debian.org>  Sat, 02 Dec 2017 13:13:06 +0100
 
 glibc (2.25-3) unstable; urgency=medium
diff --git a/debian/patches/hurd-i386/local-no-bootstrap-fs-access.diff b/debian/patches/hurd-i386/local-no-bootstrap-fs-access.diff
index c8e7ffa..974d638 100644
--- a/debian/patches/hurd-i386/local-no-bootstrap-fs-access.diff
+++ b/debian/patches/hurd-i386/local-no-bootstrap-fs-access.diff
@@ -14,8 +14,8 @@ TODO: find a process-startup-working way to detect root filesystem case.
    /* For TLS enabled builds always add 'tls'.  */
    ++cnt;
  
--  if (__access ("/etc/ld.so.nohwcap", F_OK) == 0)
-+  if (0 && __access ("/etc/ld.so.nohwcap", F_OK) == 0)
+-  if (__access_noerrno ("/etc/ld.so.nohwcap", F_OK) == 0)
++  if (0 && __access_noerrno ("/etc/ld.so.nohwcap", F_OK) == 0)
      {
        /* If hwcap is disabled, we only have the base directory to search.  */
        result = (struct r_strlenpair *) malloc (sizeof (*result));

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git


Reply to: