OSDN Git Service

* cygtls.h (_cygtls): Perform minor reformatting.
authorcgf <cgf>
Tue, 5 Jul 2005 02:05:05 +0000 (02:05 +0000)
committercgf <cgf>
Tue, 5 Jul 2005 02:05:05 +0000 (02:05 +0000)
commite885bd1ed87a6a92d5275ccfd64061ce5a7b6e28
treea701135ba7a8363490fcd015d1cd9939cc7886f2
parentd2eabb8cf03e18f052d627975532b010877822f7
* cygtls.h (_cygtls): Perform minor reformatting.
* winsup.h (close_all_files): Reflect argument change.
* dtable.cc (close_all_files): Ditto.
* dtable.h: Ditto.
* fhandler.h: Ditto.
* spawn.cc (spawn_guts): Move close_all_files back to its original location in
first P_OVERLAY test but use argument denoting that handles are only supposed
to be closed, not released (more work to be done here).
* syscalls.cc (close_all_files): Take an argument denoting whether to release
closed files or not.
* path.cc (symlink): Change argument names to reflect linux man page.
(symlink_worker): Ditto.  Also appropriately set ENOENT for empty strings.
winsup/cygwin/ChangeLog
winsup/cygwin/cygtls.h
winsup/cygwin/dtable.h
winsup/cygwin/fhandler.h
winsup/cygwin/path.cc
winsup/cygwin/spawn.cc
winsup/cygwin/syscalls.cc
winsup/cygwin/winsup.h