ソースを参照

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
 };

読み込み中…
キャンセル
保存