diff options
author | Christopher Faylor <me@cgf.cx> | 2013-12-05 19:43:34 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2013-12-05 19:43:34 +0000 |
commit | 09244c002e00fe24571c50d249bc649694fb1837 (patch) | |
tree | e8d67283584d7ad72fac50e7730eb886726b56ec /winsup/cygwin/kernel32.cc | |
parent | 2f8a6f194746751fbfe8ba2fef483e8bc371ba29 (diff) | |
download | newlib-09244c002e00fe24571c50d249bc649694fb1837.zip newlib-09244c002e00fe24571c50d249bc649694fb1837.tar.gz newlib-09244c002e00fe24571c50d249bc649694fb1837.tar.bz2 |
* 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.
Diffstat (limited to 'winsup/cygwin/kernel32.cc')
0 files changed, 0 insertions, 0 deletions