]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hurd: Fix libc link
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 3 Sep 2017 02:36:29 +0000 (04:36 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 3 Sep 2017 02:36:29 +0000 (04:36 +0200)
* sysdeps/posix/pause.c: Include <sigsetops.h>.
* sysdeps/posix/system.c: Include <sigsetops.h>.

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

index 11edadd5fccbb82aef6c17a83d2c4a354b42d26a..858848c9eebc4e566887131eae253c30d003f4f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,8 @@
        * sysdeps/posix/pwritev64v2.c: Include <errno.h>.
        * sysdeps/mach/hurd/dl-sysdep.c (__access_noerrno, __sbrk): New
        functions.
+       * sysdeps/posix/pause.c: Include <sigsetops.h>.
+       * sysdeps/posix/system.c: Include <sigsetops.h>.
 
 2017-09-01  Joseph Myers  <joseph@codesourcery.com>
 
index 53e143d98f35b4ae82ad66b4d18259c2c0bd06e6..7c17f49ffbd8961070cf3e70f9c6efed4f5d0c84 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.  */