* include/bits/wordsize.h: New linux-compatibility header.

This commit is contained in:
Christopher Faylor 2008-12-31 04:12:44 +00:00
parent 0b451bb524
commit 0c94c057a4
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,6 @@
/* wordsize.h - Linux compatibility */
#ifndef _WORDSIZE_H
#define _WORDSIZE_H 1
#define __WORDSIZE 32
#endif /*_WORDSIZE_H*/