projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
063956c
)
Include <sys/types.h> and declare creat_safer.
author
Jim Meyering
<jim@meyering.net>
Sat, 27 Aug 2005 14:28:28 +0000
(14:28 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 27 Aug 2005 14:28:28 +0000
(14:28 +0000)
lib/fcntl-safer.h
patch
|
blob
|
history
diff --git
a/lib/fcntl-safer.h
b/lib/fcntl-safer.h
index 8fc564f813d31be054d3174049f7e54e1f9cabc9..cab6aab1ada4a303435e18864d6f9f96cd0764b5 100644
(file)
--- a/
lib/fcntl-safer.h
+++ b/
lib/fcntl-safer.h
@@
-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);