From 08eb167b40d66da3b4a3a21351a8ed5b99fc3a83 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sat, 24 Mar 2012 11:38:02 -0400 Subject: always build our libelf, as our libdwarf doesn't get along with the system libelf on linux --- libelf/elf_strptr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libelf/elf_strptr.c') diff --git a/libelf/elf_strptr.c b/libelf/elf_strptr.c index e2ac7c6..586372f 100644 --- a/libelf/elf_strptr.c +++ b/libelf/elf_strptr.c @@ -100,7 +100,7 @@ elf_strptr(Elf *e, size_t scndx, size_t offset) LIBELF_SET_ERROR(DATA, 0); return (NULL); } - count = roundup2(count, alignment); + count = ROUNDUP2(count, alignment); } if (offset < count) { -- cgit v1.2.3