This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: fhandler_base::readv


On 5/23/06, Lev Bishop wrote:

It does make sense. Try this version.

Sorry, no. I'm stupid - ignore that version. There's not much point in doing assert(len>=0) given that len is unsigned, it's pretty much a given :-) How about just removing the assert()?

So here's the 3rd attempt.

2006-05-23 Lev Bishop <lev.bishop+cygwin@gmail.com>

* fhandler.cc (readv): Deal with tot not precalculated.

Attachment: fhandler.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]