From 607df6796075c02db382053d2e36671f3a4abfa2 Mon Sep 17 00:00:00 2001 From: Job Bautista Date: Thu, 30 Mar 2023 14:39:44 +0800 Subject: [PATCH] Issue #2181 - Add sys/auxv.h to system-headers This should fix getauxval being undefined when building highway on Linux ARM64. --- config/system-headers | 1 + 1 file changed, 1 insertion(+) diff --git a/config/system-headers b/config/system-headers index 2acb1e3310..438803fa38 100644 --- a/config/system-headers +++ b/config/system-headers @@ -810,6 +810,7 @@ sym.h synch.h syncmgr.h sys/atomic_op.h +sys/auxv.h sys/bitypes.h sys/byteorder.h syscall.h