summaryrefslogtreecommitdiffstats
path: root/backends/bpf_symbol.c
diff options
context:
space:
mode:
Diffstat (limited to 'backends/bpf_symbol.c')
-rw-r--r--backends/bpf_symbol.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/bpf_symbol.c b/backends/bpf_symbol.c
index c9856f26..85c948ab 100644
--- a/backends/bpf_symbol.c
+++ b/backends/bpf_symbol.c
@@ -40,7 +40,8 @@
/* Check for the simple reloc types. */
Elf_Type
-bpf_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type)
+bpf_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type,
+ int *addsub __attribute__ ((unused)))
{
switch (type)
{