* 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

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