1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-28 23:03:03 +04:00

Merge pull request #24868 from zchrissirhcz:fix-qnx-sdp-700-build

fix qnx-sdp-700 build
This commit is contained in:
Alexander Smorkalov
2024-01-18 11:10:42 +03:00
committed by GitHub
+1 -1
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