]> git.ipfire.org Git - thirdparty/man-pages.git/commit
clone.2: Make the implications of CLONE_FILES more explicit
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 23 Aug 2016 23:35:35 +0000 (11:35 +1200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 23 Aug 2016 23:47:45 +0000 (11:47 +1200)
commitdb8ba2b4150b92953554e76f9913d98b84758056
treeed00dbe929eaeb64aad607867bfa4007fea2d892
parent6a459f6feec745b6a77a7829509754ef0b5dda3c
clone.2: Make the implications of CLONE_FILES more explicit

If CLONE_FILES is not set, the duplicated FDs nevertheless share
file offset and status flags via the open file description.

Reported-by: Elliott Hughes <enh@google.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/clone.2