From: Samuel Thibault Date: Sun, 3 Sep 2017 02:36:29 +0000 (+0200) Subject: hurd: Fix libc link X-Git-Tag: glibc-2.27~979 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=127e7773b437bd5866a4424cc9b338bac6beb08b;p=thirdparty%2Fglibc.git hurd: Fix libc link * sysdeps/posix/pause.c: Include . * sysdeps/posix/system.c: Include . --- diff --git a/ChangeLog b/ChangeLog index 11edadd5fcc..858848c9eeb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,6 +20,8 @@ * sysdeps/posix/pwritev64v2.c: Include . * sysdeps/mach/hurd/dl-sysdep.c (__access_noerrno, __sbrk): New functions. + * sysdeps/posix/pause.c: Include . + * sysdeps/posix/system.c: Include . 2017-09-01 Joseph Myers diff --git a/sysdeps/posix/pause.c b/sysdeps/posix/pause.c index 53e143d98f3..7c17f49ffbd 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 d49cc3f01c2..56195b529ff 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. */