mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
hurd: Fix libc link
* sysdeps/posix/pause.c: Include <sigsetops.h>. * sysdeps/posix/system.c: Include <sigsetops.h>.
This commit is contained in:
parent
b96aca4d05
commit
127e7773b4
@ -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>
|
||||
|
||||
|
@ -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. */
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user