diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-04-18 14:09:01 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-04-18 14:09:01 +0200 |
commit | 46d8874d5b2fcb7831dd84c5e2f6df51922a7936 (patch) | |
tree | 298787303d12ee07ef36fb95033467feed045211 /include/unistd.h | |
parent | 025b33ae84bb8f15b2748a1d8605dca453fce112 (diff) | |
download | glibc-46d8874d5b2fcb7831dd84c5e2f6df51922a7936.tar.gz glibc-46d8874d5b2fcb7831dd84c5e2f6df51922a7936.tar.xz glibc-46d8874d5b2fcb7831dd84c5e2f6df51922a7936.zip |
Assume that pipe2 is always available
The Debian patches for Hurd (which are already required to build glibc before this commit) contain an implementation of pipe2.
Diffstat (limited to 'include/unistd.h')
-rw-r--r-- | include/unistd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h index 16d68a1505..e15fa0e23d 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -171,7 +171,6 @@ extern int __libc_pause (void); /* Not cancelable variant. */ extern int __pause_nocancel (void) attribute_hidden; -extern int __have_pipe2 attribute_hidden; extern int __have_dup3 attribute_hidden; extern int __getlogin_r_loginuid (char *name, size_t namesize) |