fix qnx-sdp-700 build

based on https://github.com/opencv/opencv/pull/24864
This commit is contained in:
Zhuo Zhang 2024-01-16 19:39:30 +08:00
parent 9e001d4df3
commit 37b02d170f

View File

@ -128,7 +128,7 @@ void* allocSingletonNewBuffer(size_t size) { return malloc(size); }
# include <sys/auxv.h>
using Elf64_auxv_t = auxv64_t;
# include <elfdefinitions.h>
constexpr decltype(auto) AT_HWCAP = NT_GNU_HWCAP;
const uint64_t AT_HWCAP = NT_GNU_HWCAP;
#else
# include <elf.h>
#endif