소스 검색

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…
취소
저장