![]() |
|
|||
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 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |