summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/elf_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/elf_utils.c')
-rw-r--r--lib/libc/gen/elf_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/elf_utils.c b/lib/libc/gen/elf_utils.c
index 264d953..069f62e 100644
--- a/lib/libc/gen/elf_utils.c
+++ b/lib/libc/gen/elf_utils.c
@@ -33,7 +33,7 @@
#include <link.h>
#include <stddef.h>
-int __elf_phdr_match_addr(struct dl_phdr_info *phdr_info, void *addr);
+int __elf_phdr_match_addr(struct dl_phdr_info *, void *);
void __pthread_map_stacks_exec(void);
int
OpenPOWER on IntegriCloud