commit | 3087dd678088754dddc0c801008e22ca2b7b9a37 | [log] [tgz] |
---|---|---|
author | Damir Shayhutdinov <damir@altlinux.ru> | Thu May 12 16:57:40 2011 +0400 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Mon May 30 21:14:55 2011 +0000 |
tree | 020aaee565bf4d104eefcde4a75536e0181e7683 | |
parent | 1201426dd43f5b4e12dfe520e2a9c5027d33dc11 [diff] |
Linux: implement decoding of preadv and pwritev syscalls * io.c [LINUX && HAVE_SYS_UIO_H] (sys_preadv, sys_pwritev): New functions. * linux/syscall.h (sys_preadv, sys_pwritev): Declare them. * linux/*/syscallent.h: Use them. Signed-off-by: Damir Shayhutdinov <damir@altlinux.ru> Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>