summaryrefslogtreecommitdiff
path: root/tools/perf/config/feature-checks/test-libelf-getphdrnum.c
blob: 58eca53325204ad4a6ee12290514735699a39f89 (plain)
1
2
3
4
5
6
7
#include <libelf.h>
#
int main(void)
{
	size_t dst;
	return elf_getphdrnum(0, &dst);
}