Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 #define _GNU_SOURCE
0003 #include <fcntl.h>
0004 
0005 int main(int argc, char **argv)
0006 {
0007         splice(0, 0, 1, 0, 1<<30, 0);
0008     return 0;
0009 }