OSDN Git Service

* cygheap.h (cygheap_fdmanip::cygheap_fdmanip): Clear fh.
authorcgf <cgf>
Wed, 31 Oct 2001 00:55:32 +0000 (00:55 +0000)
committercgf <cgf>
Wed, 31 Oct 2001 00:55:32 +0000 (00:55 +0000)
commit186bf3e4058ab48d1c7c57e055fd0c8b94551956
treeeb3485654aaab58a314ea4f557f222824b2680a2
parentff95e6ed52cefea9694f889b8436f77119468007
* cygheap.h (cygheap_fdmanip::cygheap_fdmanip): Clear fh.
(cygheap_fdmanip::isopen): New method.
* syscalls.cc (_read): Avoid accessing closed fd.
* path.h (fe_types): New enum.
(path_conv::set_path): New method.
(find_exec): Change null_if_not_found argument to something more generic.
* spawn.cc (find_exec): Default to returning the POSIX path rather than the
windows path, unless instructed otherwise.
(spawn_guts): Force call to find_exec to use native paths.
* dlfcn.cc (check_path_access): Accommodate new find_exec arguments.
* environ.h (win_env::get_posix): New method.
winsup/cygwin/ChangeLog
winsup/cygwin/cygheap.h
winsup/cygwin/dlfcn.cc
winsup/cygwin/environ.h
winsup/cygwin/path.h
winsup/cygwin/spawn.cc
winsup/cygwin/syscalls.cc