mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-03 04:50:23 +08:00
10 lines
168 B
C
10 lines
168 B
C
/* wordsize.h - Linux compatibility */
|
|
|
|
#ifndef _WORDSIZE_H
|
|
#define _WORDSIZE_H 1
|
|
|
|
# define __WORDSIZE 64
|
|
# define __WORDSIZE_COMPAT32 1
|
|
|
|
#endif /*_WORDSIZE_H*/
|