]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Support O_CLOEXEC in linux(4) open(2) and openat(2).
authortrasz <trasz@FreeBSD.org>
Fri, 15 Nov 2019 16:21:46 +0000 (16:21 +0000)
committertrasz <trasz@FreeBSD.org>
Fri, 15 Nov 2019 16:21:46 +0000 (16:21 +0000)
commit9044e67b6e8ebc05e3559c38ab3bb4ec70b72e61
tree00d00bc172fe2f6a91636676e10c0d818e6f6d06
parent3db97aba48e4ee943837eea47bd05cfe7de779cc
Support O_CLOEXEC in linux(4) open(2) and openat(2).

Reviewed by: emaste
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D21966
sys/compat/linux/linux_file.c