summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r--winsup/cygwin/include/bits/wordsize.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/include/bits/wordsize.h b/winsup/cygwin/include/bits/wordsize.h
new file mode 100644
index 000000000..38e14f85f
--- /dev/null
+++ b/winsup/cygwin/include/bits/wordsize.h
@@ -0,0 +1,6 @@
+/* wordsize.h - Linux compatibility */
+
+#ifndef _WORDSIZE_H
+#define _WORDSIZE_H 1
+#define __WORDSIZE 32
+#endif /*_WORDSIZE_H*/