1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00

Include <sys/types.h> and declare creat_safer.

This commit is contained in:
Jim Meyering
2005-08-27 14:28:28 +00:00
parent 063956cb18
commit 45cc6c2e41
+3
View File
@@ -18,4 +18,7 @@
/* Written by Paul Eggert. */
#include <sys/types.h>
int open_safer (char const *, int, ...);
int creat_safer (char const *, mode_t);