Added EPIPE description.

pull/1/head
Michael Brown 2007-05-26 15:05:31 +00:00
parent 10d0a1f8c7
commit 070c55a838
1 changed files with 1 additions and 0 deletions

View File

@ -120,4 +120,5 @@ struct errortab common_errors[] __errortab = {
{ ENOENT, "File not found" },
{ ENETUNREACH, "Network unreachable" },
{ ETIMEDOUT, "Connection timed out" },
{ EPIPE, "Broken pipe" },
};