1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-28 19:39:52 +02:00

update from gnulib

This commit is contained in:
Jim Meyering
2005-08-28 09:18:33 +00:00
parent 0b7a9db3fd
commit 8cb5f87f68
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -23,3 +23,6 @@
#undef open
#define open open_safer
#undef creat
#define creat creat_safer
+1
View File
@@ -20,3 +20,4 @@
int dup_safer (int);
int fd_safer (int);
int pipe_safer (int[2]);