summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/bits
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2008-12-31 04:12:44 +0000
committerChristopher Faylor <me@cgf.cx>2008-12-31 04:12:44 +0000
commit0c94c057a4ffa47915e3864f258dc4a8f760e1e2 (patch)
treed9f58039b72e881c970754a0d9e3bd197bb9f920 /winsup/cygwin/include/bits
parent0b451bb524d7f80e7f7fa3c2284d4daf46ebaaa1 (diff)
downloadcygnal-0c94c057a4ffa47915e3864f258dc4a8f760e1e2.tar.gz
cygnal-0c94c057a4ffa47915e3864f258dc4a8f760e1e2.tar.bz2
cygnal-0c94c057a4ffa47915e3864f258dc4a8f760e1e2.zip
* include/bits/wordsize.h: New linux-compatibility header.
Diffstat (limited to 'winsup/cygwin/include/bits')
-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*/