platform_bionic/libc/arch-x86/include
David 'Digit' Turner d265046dcc libc: x86: Fixed size_t definition.
This patch changes the declaration of size_t on x86 targets
to test for the __ANDROID__ macro, instead of ANDROID

__ANDROID__ should be a builting toolchain macro, while ANDROID
is usually added manually during the build.

Testing against __ANDROID__ allows us to use the header when
using the NDK's standalone x86 toolchain.

This is related to http://code.google.com/p/android/issues/detail?id=19011
The bug was already fixed in the NDK platform headers, this simply updates
the C library one accordingly.

Change-Id: Ie038c4c8b37b7d24e2e4ae4d7a63371b69c9a51e
2011-08-04 14:07:00 +02:00
..
machine libc: x86: Fixed size_t definition. 2011-08-04 14:07:00 +02:00
sys Replace __atomic_XXX with GCC __sync_XXX intrinsics. 2011-02-03 12:21:03 -08:00
endian.h Simplify variable typing for IA builds 2011-01-07 11:40:42 -08:00