errno: Add ETIMEDOUT error (used by stmhal port).

pull/11/head
Damien George 2014-10-23 14:31:13 +01:00 zatwierdzone przez Paul Sokolovsky
rodzic 0bb2f38aaf
commit 96bb130bb0
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -33,4 +33,5 @@ EPIPE = 32 # Broken pipe
EDOM = 33 # Math argument out of domain of func
ERANGE = 34 # Math result not representable
EAFNOSUPPORT = 97 # Address family not supported by protocol
ETIMEDOUT = 110 # Connection timed out
EINPROGRESS = 115 # Operation now in progress