From 8cb5f87f68afa3101d04c6dd704e8e1f020b2086 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 28 Aug 2005 09:18:33 +0000 Subject: [PATCH] update from gnulib --- lib/fcntl--.h | 3 +++ lib/unistd-safer.h | 1 + 2 files changed, 4 insertions(+) diff --git a/lib/fcntl--.h b/lib/fcntl--.h index 4d8e84959..51b869e68 100644 --- a/lib/fcntl--.h +++ b/lib/fcntl--.h @@ -23,3 +23,6 @@ #undef open #define open open_safer + +#undef creat +#define creat creat_safer diff --git a/lib/unistd-safer.h b/lib/unistd-safer.h index 1b7a7601a..f95999d39 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]);