mirror of https://git.musl-libc.org/git/musl
Browse Source
open file description locks are inherited across fork and only auto dropped after the last fd of the file description is closed, they can be used to synchronize between threads that open separate file descriptions for the same file. new in linux 3.15 commit 0d3f7a2dd2f5cf9642982515e020c1aee2cf7af6master
1 changed files with 4 additions and 0 deletions
Loading…
Reference in new issue