blob: bf33ce8cc7cfd5bca7f34cb5427642860155b649 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- absl/debugging/internal/vdso_support.cc.orig 2021-11-03 15:26:14 UTC
+++ absl/debugging/internal/vdso_support.cc
@@ -51,7 +51,9 @@
#endif
#if defined(__FreeBSD__)
+#if defined(__ELF_WORD_SIZE) && __ELF_WORD_SIZE == 64
using Elf64_auxv_t = Elf64_Auxinfo;
+#endif
using Elf32_auxv_t = Elf32_Auxinfo;
#endif
|