From: Jim Meyering Date: Sun, 28 Aug 2005 09:18:33 +0000 (+0000) Subject: update from gnulib X-Git-Tag: CPPI-1_12~65 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8cb5f87f68afa3101d04c6dd704e8e1f020b2086;p=thirdparty%2Fcoreutils.git update from gnulib --- diff --git a/lib/fcntl--.h b/lib/fcntl--.h index 4d8e84959a..51b869e687 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 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]);