commit | d99e48c0f33f5230a743cd91a986edba176db2f8 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Tue Oct 11 17:07:05 2011 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue Oct 11 17:07:05 2011 +0000 |
tree | 3721bbc9a677276967e93763d1298d4cf09e74c7 | |
parent | c327d71258edb75a8120dfbbdd0b1828a3f43a9a [diff] |
Implement decoding of splice, tee and vmsplice(2) syscalls * io.c (print_loff_t): New function. (sys_sendfile64): Use it. (splice_flags): New xlat structure. (sys_tee, sys_splice, sys_vmsplice): New functions. * linux/syscall.h (sys_tee, sys_splice, sys_vmsplice): Declare them. * linux/*/syscallent.h: Use them.