This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch sid in repository glibc.
commit 6076f901691ffd0e954c1cbf7de730c55cb3022d Author: Samuel Thibault <[email protected]> Date: Tue Aug 23 20:23:02 2016 +0200 refresh --- debian/patches/hurd-i386/tg-sigstate_thread_reference.diff | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/patches/hurd-i386/tg-sigstate_thread_reference.diff b/debian/patches/hurd-i386/tg-sigstate_thread_reference.diff index f4c2a50..5f54fec 100644 --- a/debian/patches/hurd-i386/tg-sigstate_thread_reference.diff +++ b/debian/patches/hurd-i386/tg-sigstate_thread_reference.diff @@ -52,8 +52,8 @@ calling _hurd_thread_sigstate. + } return THREAD_SELF->_hurd_sigstate; } - #endif -@@ -201,11 +209,14 @@ _hurd_critical_section_lock (void) + # endif +@@ -203,11 +211,14 @@ _hurd_critical_section_lock (void) ss = THREAD_SELF->_hurd_sigstate; if (ss == NULL) { @@ -71,7 +71,7 @@ calling _hurd_thread_sigstate. if (! __spin_try_lock (&ss->critical_section_lock)) --- a/hurd/hurdsig.c +++ b/hurd/hurdsig.c -@@ -108,6 +108,8 @@ _hurd_thread_sigstate (thread_t thread) +@@ -107,6 +107,8 @@ _hurd_thread_sigstate (thread_t thread) } else { @@ -80,7 +80,7 @@ calling _hurd_thread_sigstate. /* Use the global actions as a default for new threads. */ struct hurd_sigstate *s = _hurd_global_sigstate; if (s) -@@ -121,6 +123,11 @@ _hurd_thread_sigstate (thread_t thread) +@@ -120,6 +122,11 @@ _hurd_thread_sigstate (thread_t thread) ss->next = _hurd_sigstates; _hurd_sigstates = ss; @@ -92,7 +92,7 @@ calling _hurd_thread_sigstate. } } __mutex_unlock (&_hurd_siglock); -@@ -128,8 +135,7 @@ _hurd_thread_sigstate (thread_t thread) +@@ -127,8 +134,7 @@ _hurd_thread_sigstate (thread_t thread) } /* Destroy a sigstate structure. Called by libpthread just before the -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git

