src/winsup/cygwin ChangeLog dtable.cc dtable.h

cgf@cygwin.com cgf@cygwin.com
Sun Dec 1 02:52:00 GMT 2013


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.org	2013-12-01 02:52:54

Modified files:
	winsup/cygwin  : ChangeLog dtable.cc dtable.h 

Log message:
	* dtable.h (dtable::first_fd_for_open): Change declaration to size_t.
	(dtable::extend): Change parameter to size_t.
	(dtable::find_unused_handle): Ditto.
	* dtable.cc: Remove now-unused header.
	(dtable::extend): Remove pointless test.  Change parameter to size_t.
	(dtable::find_unused_handle): Rework to avoid MAX calculation in extend() call.
	Change parameter to size_t.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.6269&r2=1.6270
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dtable.cc.diff?cvsroot=src&r1=1.271&r2=1.272
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dtable.h.diff?cvsroot=src&r1=1.60&r2=1.61



More information about the Cygwin-cvs mailing list