Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / tools / build / feature / test-libelf-gelf_getnote.c
blobd78cf4d5271f1490d0e95e4ece0fb75473cdd66b
1 #include <stdlib.h>
2 #include <gelf.h>
4 int main(void)
6 return gelf_getnote(NULL, 0, NULL, NULL, NULL);