diff options
author | Takashi Yano <takashi.yano@nifty.ne.jp> | 2024-10-20 00:59:51 +0900 |
---|---|---|
committer | Takashi Yano <takashi.yano@nifty.ne.jp> | 2024-10-31 15:34:32 +0900 |
commit | f9cc21dc001acc2c90cfdb170c4bdd50f76770ea (patch) | |
tree | 991256e208b62c5266a9e51fedc27096c815ee3e /winsup/cygwin/local_includes/fhandler.h | |
parent | 5e6eb2f200ce1c3ae7ae25140074bd37bc440aae (diff) | |
download | newlib-f9cc21dc001acc2c90cfdb170c4bdd50f76770ea.zip newlib-f9cc21dc001acc2c90cfdb170c4bdd50f76770ea.tar.gz newlib-f9cc21dc001acc2c90cfdb170c4bdd50f76770ea.tar.bz2 |
Cygwin: lockf: Fix adding a new lock over multiple locks
Previously, adding a new lock by lockf() over multiple existing locks
failed. This is due to a bug that lf_setlock() tries to create a lock
that has already been created. This patch fixes the issue.
Addresses: https://cygwin.com/pipermail/cygwin/2024-October/256528.html
Fixes: a998dd705576 ("* flock.cc: Implement all advisory file locking here.")
Reported-by: Christian Franke <Christian.Franke@t-online.de>
Reviewed-by: Corinna Vinschen <corinna@vinschen.de>
Signed-off-by: Takashi Yano <takashi.yano@nifty.ne.jp>
Diffstat (limited to 'winsup/cygwin/local_includes/fhandler.h')
0 files changed, 0 insertions, 0 deletions