summaryrefslogtreecommitdiff
path: root/src/fcntl/creat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fcntl/creat.c')
-rw-r--r--src/fcntl/creat.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fcntl/creat.c b/src/fcntl/creat.c
index 3161da79..de99ae36 100644
--- a/src/fcntl/creat.c
+++ b/src/fcntl/creat.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <sys/types.h>
#include <fcntl.h>
@@ -9,3 +11,6 @@ int creat(const char *path, mode_t mode)
/*
POSIX(1)
*/
+
+
+#endif