changeset 6133:0f416cb17f53

Declare pipe_safer.
author Jim Meyering <jim@meyering.net>
date Sat, 27 Aug 2005 14:28:43 +0000
parents e0f302924c63
children e64cec589c08
files lib/unistd-safer.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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]);