From 1644943a62bfccdf77c7baffe6fcea58d318cd4e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 27 Aug 2005 14:28:43 +0000 Subject: [PATCH] Declare pipe_safer. --- lib/unistd-safer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/unistd-safer.h b/lib/unistd-safer.h index 1b7a7601ad..f95999d391 100644 --- a/lib/unistd-safer.h +++ b/lib/unistd-safer.h @@ -20,3 +20,4 @@ int dup_safer (int); int fd_safer (int); +int pipe_safer (int[2]); -- 2.39.5