From ec01acab39a1e93bf7724a9078c274ca28c454e8 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 21 Mar 2011 11:40:52 +0900 Subject: [PATCH] Updated doc --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2d844efa..b11fbfe4 100644 --- a/NEWS +++ b/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).