]> sourceware.org Git - newlib-cygwin.git/commit
* cygheap.h (cygheap_fdnew): Avoid setting errno directly since it will have
authorChristopher Faylor <me@cgf.cx>
Thu, 5 Dec 2013 19:43:34 +0000 (19:43 +0000)
committerChristopher Faylor <me@cgf.cx>
Thu, 5 Dec 2013 19:43:34 +0000 (19:43 +0000)
commit09244c002e00fe24571c50d249bc649694fb1837
treee8d67283584d7ad72fac50e7730eb886726b56ec
parent2f8a6f194746751fbfe8ba2fef483e8bc371ba29
* cygheap.h (cygheap_fdnew): Avoid setting errno directly since it will have
been set by a previous function.
* dtable.h (dtable::extend): Accept second size_t argument.
* dtable.cc (dtable::extend): Accept second "min" argument which allows
checking for OPEN_MAX_MAX boundary conditions.
(dtable_init): Accommodate second argument to dtable::extend.
(dtable::find_unused_handle): Ditto.
* syscalls.cc (setdtablesize): Ditto.
(dup): Return any error passed by cygheap_fdnew() directly.
(getdtablesize): Just return dtable size directly.
winsup/cygwin/ChangeLog
winsup/cygwin/cygheap.h
winsup/cygwin/dtable.cc
winsup/cygwin/dtable.h
winsup/cygwin/syscalls.cc
This page took 0.02917 seconds and 5 git commands to generate.