mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
This patch implements the 'readv()' function in the libc. A lock guard prevents the parallel execution of either or both of the 'readv()' and 'writev()' functions. Fixes #279.