From 46d8874d5b2fcb7831dd84c5e2f6df51922a7936 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 18 Apr 2017 14:09:01 +0200 Subject: 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. --- include/unistd.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/unistd.h b/include/unistd.h index 16d68a1..e15fa0e 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) -- cgit v1.1