summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/bits/wordsize.h
blob: 38e14f85f470286292c887731ab030e975929b8a (plain)
1
2
3
4
5
6
/* wordsize.h - Linux compatibility */

#ifndef _WORDSIZE_H
#define _WORDSIZE_H 1
#define __WORDSIZE      32
#endif /*_WORDSIZE_H*/