mirror of
https://github.com/xcat2/xNBA.git
synced 2025-01-12 18:57:55 +00:00
Added EPIPE description.
This commit is contained in:
parent
10d0a1f8c7
commit
070c55a838
@ -120,4 +120,5 @@ struct errortab common_errors[] __errortab = {
|
||||
{ ENOENT, "File not found" },
|
||||
{ ENETUNREACH, "Network unreachable" },
|
||||
{ ETIMEDOUT, "Connection timed out" },
|
||||
{ EPIPE, "Broken pipe" },
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user