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:
@@ -23,3 +23,6 @@
|
||||
|
||||
#undef open
|
||||
#define open open_safer
|
||||
|
||||
#undef creat
|
||||
#define creat creat_safer
|
||||
|
||||
@@ -20,3 +20,4 @@
|
||||
|
||||
int dup_safer (int);
|
||||
int fd_safer (int);
|
||||
int pipe_safer (int[2]);
|
||||
|
||||
Reference in New Issue
Block a user