mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-23 12:35:41 +00:00
This patch implements the 'pread()' and 'pwrite()' functions in the libc. A lock guard prevents the parallel execution of either or both functions. Fixes #278.