mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-22 13:02:56 +01: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.