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

[glibc] 01/02: patches/hurd-i386/git-sigsetopts.h: update patch



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 5795f4ac413f21170fbc52a71ca548e0fb9735ab
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Sep 3 02:56:17 2017 +0000

    patches/hurd-i386/git-sigsetopts.h: update patch
---
 debian/patches/hurd-i386/git-sigsetopts.h | 33 +++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/debian/patches/hurd-i386/git-sigsetopts.h b/debian/patches/hurd-i386/git-sigsetopts.h
index 7d334b6..dd5db99 100644
--- a/debian/patches/hurd-i386/git-sigsetopts.h
+++ b/debian/patches/hurd-i386/git-sigsetopts.h
@@ -54,3 +54,36 @@ index ea2c5b5767..6d1c004b04 100644
      (void)0;					\
    }))
  
+commit 127e7773b437bd5866a4424cc9b338bac6beb08b
+Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
+Date:   Sun Sep 3 04:36:29 2017 +0200
+
+    hurd: Fix libc link
+    
+            * sysdeps/posix/pause.c: Include <sigsetops.h>.
+            * sysdeps/posix/system.c: Include <sigsetops.h>.
+
+diff --git a/sysdeps/posix/pause.c b/sysdeps/posix/pause.c
+index 53e143d98f..7c17f49ffb 100644
+--- a/sysdeps/posix/pause.c
++++ b/sysdeps/posix/pause.c
+@@ -19,6 +19,7 @@
+ #include <signal.h>
+ #include <unistd.h>
+ #include <sysdep-cancel.h>
++#include <sigsetops.h>
+ 
+ /* Suspend the process until a signal arrives.
+    This always returns -1 and sets errno to EINTR.  */
+diff --git a/sysdeps/posix/system.c b/sysdeps/posix/system.c
+index d49cc3f01c..56195b529f 100644
+--- a/sysdeps/posix/system.c
++++ b/sysdeps/posix/system.c
+@@ -24,6 +24,7 @@
+ #include <sys/wait.h>
+ #include <libc-lock.h>
+ #include <sysdep-cancel.h>
++#include <sigsetops.h>
+ 
+ 
+ #define	SHELL_PATH	"/bin/sh"	/* Path of the shell.  */

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


Reply to: