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

winsup/cygwin ChangeLog fhandler.cc pipe.cc


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2009-01-27 05:21:08

Modified files:
	cygwin         : ChangeLog fhandler.cc pipe.cc 

Log message:
	* fhandler.cc (fhandler_base::wait_overlapped): Set bytes to -1 on EINTR or
	real error.
	(fhandler_base::write_overlapped): Assume that bytes_written will contain
	proper error value.
	* pipe.cc (fhandler_pipe::fhandler_pipe): Set uninterruptible_io since signals
	are handled by pipe functions now.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.4366&r2=1.4367
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.cc.diff?cvsroot=uberbaum&r1=1.340&r2=1.341
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/pipe.cc.diff?cvsroot=uberbaum&r1=1.113&r2=1.114


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