소스 검색

Add ETIMEDOUT

tags/v0.9.3
Michael Brown 18 년 전
부모
커밋
90d859c34b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/hci/strerror.c

+ 1
- 0
src/hci/strerror.c 파일 보기

@@ -64,4 +64,5 @@ struct errortab common_errors[] __errortab = {
64 64
 	{ EACCES, "Permission denied" },
65 65
 	{ ENOENT, "File not found" },
66 66
 	{ ENETUNREACH, "Network unreachable" },
67
+	{ ETIMEDOUT, "Connection timed out" },
67 68
 };

Loading…
취소
저장