POSIX: shm_open: set the FD_CLOEXEC file descriptor flag...hrev51549
commit0e9000201ff4d3a225490c6ae58547964c9e96ce
authorJérôme Duval <jerome.duval@gmail.com>
Thu, 16 Nov 2017 15:44:12 +0000 (16 16:44 +0100)
committerJérôme Duval <jerome.duval@gmail.com>
Thu, 16 Nov 2017 15:46:37 +0000 (16 16:46 +0100)
treeb8d7e8b47068255d3b0a750025fd266d2915cd98
parentbe149e8ccf9ecfc71a4aea33a4685534142d5e55
POSIX: shm_open: set the FD_CLOEXEC file descriptor flag...

on the new file descriptor.
Fixes #13774.
src/system/libroot/posix/sys/mman.cpp