Sign in
android-kvm
/
linux
/
560f2c23666853b31acc32c892d44f5b14d258de
/
.
/
tools
/
testing
/
selftests
/
splice
/
default_file_splice_read.c
blob: 01dd6091554c3d2907be701f4caf80ce99367e48 [
file
] [
log
] [
blame
]
#define
_GNU_SOURCE
#include
<fcntl.h>
int
main
(
int
argc
,
char
**
argv
)
{
splice
(
0
,
0
,
1
,
0
,
1
<<
30
,
0
);
return
0
;
}