OSDN Git Service

* fhandler.cc (readv): Remove nonsensical assert.
authorcgf <cgf>
Wed, 24 May 2006 03:43:54 +0000 (03:43 +0000)
committercgf <cgf>
Wed, 24 May 2006 03:43:54 +0000 (03:43 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler.cc

index 338ecf6..e5da597 100644 (file)
@@ -1,3 +1,7 @@
+2006-05-23  Lev Bishop  <lev.bishop+cygwin@gmail.com>
+
+       * fhandler.cc (readv): Remove nonsensical assert.
+
 2006-05-23  Christopher Faylor  <cgf@timesys.com>
 
        * select.cc (start_thread_socket): Delay setting thread local exitsock
index b8c30da..66dffdc 100644 (file)
@@ -966,8 +966,6 @@ fhandler_base::readv (const struct iovec *const iov, const int iovcnt,
       while (iovptr != iov);
     }
 
-  assert (tot >= 0);
-
   if (!len)
     return 0;