* include/bits/wordsize.h: New linux-compatibility header.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2008-12-30 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
|
* include/bits/wordsize.h: New linux-compatibility header.
|
||||||
|
|
||||||
2008-12-30 Christopher Faylor <me+cygwin@cgf.cx>
|
2008-12-30 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
* exceptions.cc (try_to_debug): Avoid creating a huge buffer on the
|
* exceptions.cc (try_to_debug): Avoid creating a huge buffer on the
|
||||||
|
6
winsup/cygwin/include/bits/wordsize.h
Normal file
6
winsup/cygwin/include/bits/wordsize.h
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
/* wordsize.h - Linux compatibility */
|
||||||
|
|
||||||
|
#ifndef _WORDSIZE_H
|
||||||
|
#define _WORDSIZE_H 1
|
||||||
|
#define __WORDSIZE 32
|
||||||
|
#endif /*_WORDSIZE_H*/
|
Reference in New Issue
Block a user