mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-02 07:30:58 +00:00
Because all operations in lxip are non-blocking, return WRITE_ERR_WOULD_BLOCK for data writes as done by read. Note: This was not the case in the old plugin because 'write' was blocking operation there. issue #5165