Merge tag 'pnp-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[deliverable/linux.git] / tools / build / feature / test-libelf-gelf_getnote.c
CommitLineData
1c1a3a47
ACM
1#include <stdlib.h>
2#include <gelf.h>
3
4int main(void)
5{
6 return gelf_getnote(NULL, 0, NULL, NULL, NULL);
7}
This page took 0.030591 seconds and 5 git commands to generate.