]> sourceware.org Git - newlib-cygwin.git/commit
* fhandler.h (enum del_lock_called_from): New enumeration.
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 22 Jul 2009 15:46:36 +0000 (15:46 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 22 Jul 2009 15:46:36 +0000 (15:46 +0000)
commit4a77aea0714cf0175279fbf65cdb8322a5af958b
tree6c49ca63adb99610e12ed93645b40c3ee5153672
parent1e497ebd33c2e75d6e2a00d438d8012b3f4ab79c
* fhandler.h (enum del_lock_called_from): New enumeration.
(fhandler_base::del_my_locks): Declare taking a del_lock_called_from
as argument.
* fhandler.cc (fhandler_base::close): Call del_my_locks with "on_close".
(fhandler_base::fixup_after_fork): Call del_my_locks with "after_fork".
(fhandler_base::fixup_after_exec): Call del_my_locks with "after_exec".
* flock.cc (fhandler_base::del_my_locks): Take del_lock_called_from
as argument.  Call node->del_my_locks with NULL handle in after_exec
case.  Explain why.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler.cc
winsup/cygwin/fhandler.h
winsup/cygwin/flock.cc
This page took 0.027123 seconds and 5 git commands to generate.