blob: ae9f2fff5af073a8a44c64753e409e29e9a68bba [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001// SPDX-License-Identifier: GPL-2.0
Arnaldo Carvalho de Melo2492c462016-07-04 19:35:47 -03002#include <libelf.h>
3
4int main(void)
5{
6 size_t dst;
7
8 return elf_getshdrstrndx(0, &dst);
9}