mirror of https://github.com/ipxe/ipxe.git
Added EPIPE description.
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…
Reference in New Issue