From: Jim Meyering Date: Sat, 27 Aug 2005 14:28:43 +0000 (+0000) Subject: Declare pipe_safer. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1644943a62bfccdf77c7baffe6fcea58d318cd4e;p=pspp Declare pipe_safer. --- 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]);