diff options
author | Job Bautista <jobbautista9@aol.com> | 2023-03-30 14:39:44 +0800 |
---|---|---|
committer | Job Bautista <jobbautista9@aol.com> | 2023-03-30 14:39:44 +0800 |
commit | da09b1d972467d251ffbe81b6533628057c29bbe (patch) | |
tree | 7f9192fa55d685517b7250b46ac7e679511bc95f | |
parent | 93addf962f7a282518b2ca304a65d6a0807a6106 (diff) | |
download | uxp-da09b1d972467d251ffbe81b6533628057c29bbe.tar.gz |
Issue #2181 - Add sys/auxv.h to system-headers
This should fix getauxval being undefined when building highway on Linux ARM64.
-rw-r--r-- | config/system-headers | 1 |
1 files changed, 1 insertions, 0 deletions
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 |