]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - tools/build/feature/test-libelf-getphdrnum.c
Merge tag 'clk-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/clk...
[mirror_ubuntu-zesty-kernel.git] / tools / build / feature / test-libelf-getphdrnum.c
CommitLineData
b7bcef6f 1#include <libelf.h>
20c99e82 2
b7bcef6f
IM
3int main(void)
4{
5 size_t dst;
20c99e82 6
b7bcef6f
IM
7 return elf_getphdrnum(0, &dst);
8}