Declare pipe_safer.
authorJim Meyering <jim@meyering.net>
Sat, 27 Aug 2005 14:28:43 +0000 (14:28 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 27 Aug 2005 14:28:43 +0000 (14:28 +0000)
lib/unistd-safer.h

index 1b7a760..f95999d 100644 (file)
@@ -20,3 +20,4 @@
 
 int dup_safer (int);
 int fd_safer (int);
+int pipe_safer (int[2]);