]> sourceware.org Git - newlib-cygwin.git/commit
* dtable.h (dtable::first_fd_for_open): Change declaration to size_t.
authorChristopher Faylor <me@cgf.cx>
Sun, 1 Dec 2013 02:52:54 +0000 (02:52 +0000)
committerChristopher Faylor <me@cgf.cx>
Sun, 1 Dec 2013 02:52:54 +0000 (02:52 +0000)
commit499494d2cca1f8cf69f54d03437692582bf8415c
treef94e1f345b9e7cecb6dc27d0ca68956bcb87e380
parent483c843a6a67780f4072726c40c51f11b08cb55f
* 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.
winsup/cygwin/ChangeLog
winsup/cygwin/dtable.cc
winsup/cygwin/dtable.h
This page took 0.03314 seconds and 5 git commands to generate.