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 v5.13-rc4 9 lines 113 B view raw
1#include <stdio.h> 2 3int syscall_enter(openat)(void *args) 4{ 5 puts("Hello, world\n"); 6 return 0; 7} 8 9license(GPL);