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

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

commit 69dd3d4aad710be7faa9f369472d7f194ccdd0fc
Author: Samuel Thibault <samuel.thiba...@ens-lyon.org>
Date:   Wed Aug 2 21:12:45 2017 +0000

    patches/hurd-i386/submitted-shm_open_pthread.diff: new patch
---
 debian/changelog                                       |  1 +
 .../patches/hurd-i386/submitted-shm_open_pthread.diff  | 18 ++++++++++++++++++
 debian/patches/series                                  |  1 +
 3 files changed, 20 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7dc6fd5..fcae42d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ glibc (2.25-0experimental1) UNRELEASED; urgency=medium
   * patches/hurd-i386/submitted-net.diff: rebased.
   * patches/hurd-i386/tg-tls.diff: update.
   * patches/hurd-i386/submitted-malloc-setstate.diff: update.
+  * patches/hurd-i386/submitted-shm_open_pthread.diff: new patch.
 
  -- Aurelien Jarno <aure...@debian.org>  Wed, 02 Aug 2017 19:03:14 +0200
 
diff --git a/debian/patches/hurd-i386/submitted-shm_open_pthread.diff 
b/debian/patches/hurd-i386/submitted-shm_open_pthread.diff
new file mode 100644
index 0000000..7a9c0ed
--- /dev/null
+++ b/debian/patches/hurd-i386/submitted-shm_open_pthread.diff
@@ -0,0 +1,18 @@
+https://sourceware.org/ml/libc-alpha/2017-08/msg00053.html
+
+Add missing include for pthread_setcancelstate
+
+* sysdeps/posix/shm_open.c: Include <pthread.h>.
+
+diff --git a/sysdeps/posix/shm_open.c b/sysdeps/posix/shm_open.c
+index 64315de8f8..eeb6cb5589 100644
+--- a/sysdeps/posix/shm_open.c
++++ b/sysdeps/posix/shm_open.c
+@@ -25,6 +25,7 @@
+ #else
+ 
+ # include <fcntl.h>
++# include <pthread.h>
+ # include <shm-directory.h>
+ 
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 9f813cb..51e69c2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -134,6 +134,7 @@ hurd-i386/tg-NOFOLLOW-DIRECTORY.diff
 hurd-i386/tg-libc_rwlock_recursive.diff
 hurd-i386/tg-magic-pid.diff
 hurd-i386/tg-mlockall.diff
+hurd-i386/submitted-shm_open_pthread.diff
 
 i386/local-biarch.diff
 i386/local-cmov.diff

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

Reply via email to