mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-01 00:45:29 +00:00
dbd1c425bf
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.