소스 검색

Updated doc

Tatsuhiro Tsujikawa 14 년 전
부모
커밋
ec01acab39
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      NEWS

+ 4 - 1
NEWS

@@ -10,7 +10,10 @@ have kqueue() system call due to invalid timeout parameter.
 Changes
 -------
 
- * Fixed the bug that microsecond part of timeval overwlows in waitData()
+ * Fixed the bug that microsecond part of timeval overwlows in
+   waitData(). This bug affects platforms which have kqueue() system
+   call. Those systems are FreeBSD, OpenBSD, NetBSD and Darwin (Mac OS
+   X).