From e837a9895917b45e64b02169a15cc0edef81003c Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Sun, 14 Jan 2018 10:24:48 +0000 Subject: [PATCH] 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 --- sysdeps/posix/pause.c | 1 + sysdeps/posix/system.c | 1 + 2 files changed, 2 insertions(+) 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. */ -- 2.30.2