Sign in
android-kvm
/
linux
/
125b1192bd48544d9429e240c8f8e64d1533b2c1
/
.
/
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
;
}