mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-23 20:45:35 +00:00
Programs use the errno value to check which error exactly occured. It is mandatory for non-blocking I/O, e.g. connect() gets the current state of the connection by looking at the returned errno values. Fixes #337.