Back out 78a8aeae5b30 (bug 696291) for Android build bustage

This commit is contained in:
Phil Ringnalda 2012-01-18 20:36:59 -08:00
parent 29578a4ba9
commit dc513d1a7f

View File

@ -56,7 +56,7 @@ namespace JSC {
static bool isVFPPresent()
{
#if WTF_OS_LINUX || WTF_OS_ANDROID
#if WTF_PLATFORM_LINUX
int fd = open("/proc/self/auxv", O_RDONLY);
if (fd > 0) {
Elf32_auxv_t aux;