diff options
Diffstat (limited to 'tools/perf/config/feature-checks/test-libelf.c')
-rw-r--r-- | tools/perf/config/feature-checks/test-libelf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/config/feature-checks/test-libelf.c b/tools/perf/config/feature-checks/test-libelf.c index 1a08f9717344..08db322d8957 100644 --- a/tools/perf/config/feature-checks/test-libelf.c +++ b/tools/perf/config/feature-checks/test-libelf.c @@ -3,5 +3,6 @@ int main(void) { Elf *elf = elf_begin(0, ELF_C_READ, 0); + return (long)elf; } |