Apply the same fix in r274697 to the ARM case.

This commit is contained in:
andrew 2014-12-01 21:33:28 +00:00
parent 3da0505dd4
commit 0b538a1242

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