blob: 58eca53325204ad4a6ee12290514735699a39f89 [file] [log] [blame]
Ingo Molnarb7bcef62013-09-30 14:35:27 +02001#include <libelf.h>
2#
3int main(void)
4{
5 size_t dst;
6 return elf_getphdrnum(0, &dst);
7}