mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-08 04:53:01 +02:00
11 lines
274 B
Diff
11 lines
274 B
Diff
--- a/v8/src/base/cpu.cc
|
|
+++ b/v8/src/base/cpu.cc
|
|
@@ -14,7 +14,7 @@
|
|
#if V8_OS_LINUX
|
|
#include <linux/auxvec.h> // AT_HWCAP
|
|
#endif
|
|
-#if V8_GLIBC_PREREQ(2, 16) || V8_OS_ANDROID
|
|
+#if V8_OS_LINUX || V8_OS_ANDROID
|
|
#include <sys/auxv.h> // getauxval()
|
|
#endif
|
|
#if V8_OS_QNX
|