mm, oom: do not rely on TIF_MEMDIE for memory reserves access
[linux/fpc-iii.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);