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 8 lines 125 B view raw
1#define _GNU_SOURCE 2#include <fcntl.h> 3 4int main(int argc, char **argv) 5{ 6 splice(0, 0, 1, 0, 1<<30, 0); 7 return 0; 8}