Apply the same fix in r274697 to the ARM case.

This commit is contained in:
Andrew Turner 2014-12-01 21:33:28 +00:00
parent 840b8445a5
commit fae56044d9

View File

@ -377,7 +377,9 @@ extern "C" {
/*
* Define the appropriate "implementation choices".
*/
#if !defined(_ILP32)
#define _ILP32
#endif
#if !defined(_I32LPx) && defined(_KERNEL)
#define _I32LPx
#endif