aboutsummaryrefslogtreecommitdiffstats
path: root/pc/include/sys
diff options
context:
space:
mode:
Diffstat (limited to 'pc/include/sys')
-rw-r--r--pc/include/sys/stat.h3
-rw-r--r--pc/include/sys/types.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/pc/include/sys/stat.h b/pc/include/sys/stat.h
new file mode 100644
index 00000000..904d056e
--- /dev/null
+++ b/pc/include/sys/stat.h
@@ -0,0 +1,3 @@
+#undef __STDC__
+#include <sys/stat.h>
+#define __STDC__ 1
diff --git a/pc/include/sys/types.h b/pc/include/sys/types.h
new file mode 100644
index 00000000..b942dda8
--- /dev/null
+++ b/pc/include/sys/types.h
@@ -0,0 +1,3 @@
+#undef __STDC__
+#include <sys/types.h>
+#define __STDC__ 1