Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/mingw/include/sys/file.h')
-rw-r--r--winsup/mingw/include/sys/file.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/mingw/include/sys/file.h b/winsup/mingw/include/sys/file.h
new file mode 100644
index 000000000..96c49e117
--- /dev/null
+++ b/winsup/mingw/include/sys/file.h
@@ -0,0 +1,9 @@
+/*
+ * This file is part of the Mingw32 package.
+ *
+ * This file.h maps to the root fcntl.h
+ * TODO?
+ */
+#ifndef __STRICT_ANSI__
+#include <fcntl.h>
+#endif