mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-22 23:17:28 +08:00
b226e4228a
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
9 lines
134 B
C
9 lines
134 B
C
/* wordsize.h - Linux compatibility */
|
|
|
|
#ifndef _WORDSIZE_H
|
|
#define _WORDSIZE_H 1
|
|
|
|
# define __WORDSIZE 64
|
|
|
|
#endif /*_WORDSIZE_H*/
|