aboutsummaryrefslogtreecommitdiff
path: root/tcc/include/sys/fcntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcc/include/sys/fcntl.h')
-rw-r--r--tcc/include/sys/fcntl.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/tcc/include/sys/fcntl.h b/tcc/include/sys/fcntl.h
new file mode 100644
index 0000000..29fd55a
--- /dev/null
+++ b/tcc/include/sys/fcntl.h
@@ -0,0 +1,13 @@
+/**
+ * This file has no copyright assigned and is placed in the Public Domain.
+ * This file is part of the w64 mingw-runtime package.
+ * No warranty is given; refer to the file DISCLAIMER within this package.
+ */
+/*
+ * This file is part of the Mingw32 package.
+ *
+ * This fcntl.h maps to the root fcntl.h
+ */
+#ifndef __STRICT_ANSI__
+#include <fcntl.h>
+#endif