Go to file
Christopher Faylor fa82a10b6a * dcrt0.cc (child_info_spawn::handle_spawn): Call fixup_lockf_after_exec with
additional argument to specify if the process has been execed or spawned.
* flock.cc (fixup_lockf_after_exec): Take bool parameter to handle exec and
spawn differently.  In case of spawn, just give up POSIX locks in favor of the
still running parent.  Add comments to explain.
2014-02-19 18:39:45 +00:00
winsup * dcrt0.cc (child_info_spawn::handle_spawn): Call fixup_lockf_after_exec with 2014-02-19 18:39:45 +00:00