瀏覽代碼

Added EPIPE description.

tags/v0.9.3
Michael Brown 17 年之前
父節點
當前提交
070c55a838
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      src/hci/strerror.c

+ 1
- 0
src/hci/strerror.c 查看文件

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

Loading…
取消
儲存