Updated doc

pull/1/head
Tatsuhiro Tsujikawa 2011-03-21 11:40:52 +09:00
parent 60a21e672c
commit ec01acab39
1 changed files with 4 additions and 1 deletions

5
NEWS
View File

@ -10,7 +10,10 @@ have kqueue() system call due to invalid timeout parameter.
Changes 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).