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

sthibault pushed a commit to branch glibc-2.26
in repository glibc.

commit 5199345fbdf5376fa825dd7cc7f5f52067b94ac4
Author: Samuel Thibault <samuel.thiba...@ens-lyon.org>
Date:   Tue Sep 26 19:49:51 2017 +0000

    patches/hurd-i386/git-sigsuspend_not_cancel.diff: New patch to fix symbol 
exposition.
---
 debian/changelog                                        |  1 +
 debian/patches/hurd-i386/git-sigsuspend_not_cancel.diff | 13 +++++++++++++
 2 files changed, 14 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e175f99..b20e4dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -86,6 +86,7 @@ glibc (2.26-0experimental0) UNRELEASED; urgency=medium
     - patches/hurd-i386/tg-gsync-libc.diff: Update.
     - patches/hurd-i386/tg-libpthread-gsync-mutex.diff: Update.
     - patches/hurd-i386/tg-sendmsg-SCM_CREDS.diff: Update.
+    - patches/hurd-i386/git-sigsuspend_not_cancel.diff: New patch.
     - testsuite-xfail-debian.mk: Update.
     - testsuite-xfail-debian.mk: Remove now-removed XPG3 entries.
 
diff --git a/debian/patches/hurd-i386/git-sigsuspend_not_cancel.diff 
b/debian/patches/hurd-i386/git-sigsuspend_not_cancel.diff
new file mode 100644
index 0000000..8be43b3
--- /dev/null
+++ b/debian/patches/hurd-i386/git-sigsuspend_not_cancel.diff
@@ -0,0 +1,13 @@
+Actually part of commit 988f991b5069f09d793c887618e84a196b100416
+('Remove non cancellable sigsuspend definition')
+
+Index: glibc-2.26/sysdeps/mach/hurd/sigsuspend.c
+===================================================================
+--- glibc-2.26.orig/sysdeps/mach/hurd/sigsuspend.c
++++ glibc-2.26/sysdeps/mach/hurd/sigsuspend.c
+@@ -79,5 +79,4 @@ __sigsuspend (const sigset_t *set)
+   return -1;
+ }
+ libc_hidden_def (__sigsuspend)
+-strong_alias (__sigsuspend, sigsuspend_not_cancel)
+ weak_alias (__sigsuspend, sigsuspend)

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

Reply via email to