git-sigsetops-3.h
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Fri, 26 Jan 2018 22:35:29 +0000 (22:35 +0000)
committerAurelien Jarno <aurel32@debian.org>
Fri, 26 Jan 2018 22:35:29 +0000 (22:35 +0000)
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>.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-sigsetops-3.h.diff

sysdeps/posix/pause.c
sysdeps/posix/system.c

index 7996cd6dbbf8f900044bd61603abed3096530fe8..a29d3c271c2910f8c39b66f2643fdee9d109224b 100644 (file)
@@ -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.  */
index d49cc3f01c2b8a1c458a1cf0030b7c80cca6498e..56195b529ff2a6fc75cebfdbe076637ef764534f 100644 (file)
@@ -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.  */