This is the mail archive of the cygwin-patches@cygwin.com 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]

fhandler::close patch


I'm starting to sort out my sandbox.  Here's a patch for close(2)
to return the error code from fhandler::close rather than being
hardcoded to zero.  I've also patched fhandler_registry::close as
that was also discarding an error value.  Otherwise, all the other
fhandler::close() routines seem to be returning reasonable values
(on a brief read through).

Enjoy.

// Conrad

Attachment: ChangeLog.txt
Description: Text document

Attachment: close.patch
Description: Binary data


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