From dd971190ab0fa0300e840ce42af141210f8a7d2d Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Sat, 5 Oct 2024 16:10:02 +0200 Subject: [PATCH] FreeBSD regtest: auxv test string map has version dependend size --- none/tests/freebsd/auxv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/none/tests/freebsd/auxv.c b/none/tests/freebsd/auxv.c index 19e923261..c49e606ea 100644 --- a/none/tests/freebsd/auxv.c +++ b/none/tests/freebsd/auxv.c @@ -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}, -- 2.47.2