From: GNU Libc Maintainers Date: Fri, 5 Jan 2018 18:09:39 +0000 (+0000) Subject: git-sigsetops-3.h X-Git-Tag: archive/raspbian/2.26-2+rpi1^2~89 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d9f4a3f535dcf55c36d64d43ebc958e550987c18;p=glibc.git git-sigsetops-3.h commit 127e7773b437bd5866a4424cc9b338bac6beb08b Author: Samuel Thibault Date: Sun Sep 3 04:36:29 2017 +0200 hurd: Fix libc link * sysdeps/posix/pause.c: Include . * sysdeps/posix/system.c: Include . Gbp-Pq: Topic hurd-i386 Gbp-Pq: Name git-sigsetops-3.h.diff --- diff --git a/sysdeps/posix/pause.c b/sysdeps/posix/pause.c index 7996cd6db..a29d3c271 100644 --- a/sysdeps/posix/pause.c +++ b/sysdeps/posix/pause.c @@ -19,6 +19,7 @@ #include #include #include +#include /* 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 d49cc3f01..56195b529 100644 --- a/sysdeps/posix/system.c +++ b/sysdeps/posix/system.c @@ -24,6 +24,7 @@ #include #include #include +#include #define SHELL_PATH "/bin/sh" /* Path of the shell. */