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

sthibault pushed a commit to branch sid
in repository glibc.

commit 195e2965db404f6b4a32887b96d46b6cc5495458
Author: Samuel Thibault <samuel.thiba...@ens-lyon.org>
Date:   Mon Oct 10 22:52:57 2016 +0000

    refresh
---
 debian/patches/hurd-i386/libpthread_version.diff | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/patches/hurd-i386/libpthread_version.diff 
b/debian/patches/hurd-i386/libpthread_version.diff
index 19661b4..4d78c86 100644
--- a/debian/patches/hurd-i386/libpthread_version.diff
+++ b/debian/patches/hurd-i386/libpthread_version.diff
@@ -124,9 +124,9 @@ Index: glibc-2.24/libpthread/forward.c
 ===================================================================
 --- glibc-2.24.orig/libpthread/forward.c
 +++ glibc-2.24/libpthread/forward.c
-@@ -23,20 +23,42 @@
- #include <shlib-compat.h>
+@@ -24,20 +24,42 @@
  #include <pthread-functions.h>
+ #include <fork.h>
  
 +#include <shlib-compat.h>
 +
@@ -168,7 +168,7 @@ Index: glibc-2.24/libpthread/forward.c
  
  /* Same as FORWARD2, only without return.  */
  # define FORWARD_NORETURN(name, rettype, decl, params, defaction) \
-@@ -47,10 +69,22 @@ name decl                                                  
              \
+@@ -48,10 +70,22 @@ name decl                                                  
              \
      defaction;                                                                
      \
                                                                              \
    PTHFCT_CALL (ptr_##name, params);                         \
@@ -192,7 +192,7 @@ Index: glibc-2.24/libpthread/forward.c
  
  FORWARD (pthread_attr_destroy, (pthread_attr_t *attr), (attr), 0)
  
-@@ -107,7 +141,10 @@ FORWARD (pthread_equal, (pthread_t threa
+@@ -108,7 +142,10 @@ FORWARD (pthread_equal, (pthread_t threa
  
  /* Use an alias to avoid warning, as pthread_exit is declared noreturn.  */
  FORWARD_NORETURN (__pthread_exit, void, (void *retval), (retval), exit 
(EXIT_SUCCESS))
@@ -204,7 +204,7 @@ Index: glibc-2.24/libpthread/forward.c
  
  
  FORWARD (pthread_getschedparam,
-@@ -130,16 +167,21 @@ FORWARD (pthread_mutex_unlock, (pthread_
+@@ -131,16 +168,21 @@ FORWARD (pthread_mutex_unlock, (pthread_
  
  
  FORWARD2 (pthread_self, pthread_t, (void), (), return 0)

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

Reply via email to