4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-16 11:31:00 +08:00
2008-12-31 04:12:44 +00:00

7 lines
132 B
C

/* wordsize.h - Linux compatibility */
#ifndef _WORDSIZE_H
#define _WORDSIZE_H 1
#define __WORDSIZE 32
#endif /*_WORDSIZE_H*/