]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
FreeBSD regtest: auxv test string map has version dependend size
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 5 Oct 2024 14:10:02 +0000 (16:10 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 5 Oct 2024 14:10:02 +0000 (16:10 +0200)
none/tests/freebsd/auxv.c

index 19e92326179a5ab4697b6063434e31a988eb3705..c49e606ea0738bb90f97c5765e205d6353401824 100644 (file)
@@ -10,7 +10,7 @@ typedef struct {
         int type;
 } Elf_AuxStr;
 
-Elf_AuxStr aux_map[AT_COUNT] = {
+Elf_AuxStr aux_map[] = {
         {"AT_NULL",     0},
         {"AT_IGNORE",   1},
         {"AT_EXECFD",   2},