summaryrefslogtreecommitdiff
path: root/src/fcntl/O_CREAT.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fcntl/O_CREAT.h')
-rw-r--r--src/fcntl/O_CREAT.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/fcntl/O_CREAT.h b/src/fcntl/O_CREAT.h
deleted file mode 100644
index 03d04b91..00000000
--- a/src/fcntl/O_CREAT.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <fcntl.h>
-
-#define O_CREAT (1<<1)
-
-/*
-POSIX(1)
-*/