Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.11-rc6 7 lines 107 B view raw
1#include <stdlib.h> 2#include <gelf.h> 3 4int main(void) 5{ 6 return gelf_getnote(NULL, 0, NULL, NULL, NULL); 7}