mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-09 12:41:19 +00:00
Replace the static lock with the file descriptor lock because recursive calls of p{read,write} would result in a deadlock when using multiple libc-plugins at the same time. Fixes #948.