]> Zhao Yanbai Git Server - minix.git/commit
Implementations of readv and writev
authorErik van der Kouwe <erik@minix3.org>
Fri, 8 Jan 2010 13:40:34 +0000 (13:40 +0000)
committerErik van der Kouwe <erik@minix3.org>
Fri, 8 Jan 2010 13:40:34 +0000 (13:40 +0000)
commitf025e5f06b13fe092991326173fc54336c9b8f11
tree725703948afa220eabbb8b8c0bcd3aef15986cb6
parentaec561acc50c78a9cbe2cc567c1ce6ddbd0a365c
Implementations of readv and writev
include/limits.h
include/sys/uio.h
lib/other/Makefile.in
lib/other/vectorio.c [new file with mode: 0644]
lib/other/writev.c [deleted file]
man/man3/readv.3 [new file with mode: 0644]
test/test18.c