cregit-Linux how code gets into the kernel

Release 4.11 tools/testing/selftests/splice/default_file_splice_read.c


#define _GNU_SOURCE
#include <fcntl.h>


int main(int argc, char **argv) { splice(0, 0, 1, 0, 1<<30, 0); return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Al Viro33100.00%1100.00%
Total33100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Al Viro39100.00%1100.00%
Total39100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.