newlib-cygwin/winsup/cygwin/include/bits/wordsize.h
Corinna Vinschen b226e4228a Cygwin: __WORDSIZE: Drop 32 bit considerations
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2022-08-03 17:48:20 +02:00

8 lines
134 B
C

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