* include/bits/wordsize.h: New linux-compatibility header.
This commit is contained in:
parent
0b451bb524
commit
0c94c057a4
|
@ -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>
|
||||
|
||||
* exceptions.cc (try_to_debug): Avoid creating a huge buffer on the
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
/* wordsize.h - Linux compatibility */
|
||||
|
||||
#ifndef _WORDSIZE_H
|
||||
#define _WORDSIZE_H 1
|
||||
#define __WORDSIZE 32
|
||||
#endif /*_WORDSIZE_H*/
|
Loading…
Reference in New Issue