newlib-cygwin/winsup/cygwin/include/bits/wordsize.h

10 lines
168 B
C
Raw Normal View History

/* wordsize.h - Linux compatibility */
#ifndef _WORDSIZE_H
#define _WORDSIZE_H 1
2013-04-23 17:44:36 +08:00
# define __WORDSIZE 64
# define __WORDSIZE_COMPAT32 1
#endif /*_WORDSIZE_H*/