OSDN Git Service

* path.h (cwdstuff): Move class.
authorcgf <cgf>
Tue, 17 Apr 2001 03:52:08 +0000 (03:52 +0000)
committercgf <cgf>
Tue, 17 Apr 2001 03:52:08 +0000 (03:52 +0000)
commitf18490b0ff32878ac048c9ee0538e40806fdf325
tree39fd0bfea4d452f89633df96e90be7c87f746b4d
parent143c876b2810cd76c50bdc8e96193415e80f3419
* path.h (cwdstuff): Move class.
* cygheap.h (cwdstuff): To here.
(init_cygheap): Add cwd field.
* child_info.h (cygheap_exec_info): Eliminate cwd stuff.
(child_info_spawn): Ditto.
* dcrt0.cc (dll_crt0_1): Remove cygcwd.fixup_after_exec call.  Convert cygcwd
reference to cygheap->cwd.
* path.cc: Ditto, throughout.
(cwdstuff::copy): Eliminate.
(cwdstuff::fixup_after_exec): Ditto.
* spawn.cc (spawn_guts): Eliminate call to cygcwd.copy.
* fhandler.h (FH_OSS_DSP): Move into "fast" device category.
winsup/cygwin/ChangeLog
winsup/cygwin/child_info.h
winsup/cygwin/cygheap.h
winsup/cygwin/dcrt0.cc
winsup/cygwin/fhandler.h
winsup/cygwin/path.cc
winsup/cygwin/path.h
winsup/cygwin/spawn.cc