diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2017-09-03 04:36:29 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2017-09-03 04:36:29 +0200 |
commit | 127e7773b437bd5866a4424cc9b338bac6beb08b (patch) | |
tree | eea54d125cc701dde808f57e1cf3fd609a1d16c5 /sysdeps/posix/system.c | |
parent | b96aca4d05b2da5d5134b1c3176b16f48db9fe4d (diff) | |
download | glibc-127e7773b437bd5866a4424cc9b338bac6beb08b.zip glibc-127e7773b437bd5866a4424cc9b338bac6beb08b.tar.gz glibc-127e7773b437bd5866a4424cc9b338bac6beb08b.tar.bz2 |
hurd: Fix libc link
* sysdeps/posix/pause.c: Include <sigsetops.h>.
* sysdeps/posix/system.c: Include <sigsetops.h>.
Diffstat (limited to 'sysdeps/posix/system.c')
-rw-r--r-- | sysdeps/posix/system.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/posix/system.c b/sysdeps/posix/system.c index d49cc3f..56195b5 100644 --- a/sysdeps/posix/system.c +++ b/sysdeps/posix/system.c @@ -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. */ |