git: shm_open(3): Set the FD_CLOEXEC flag for the new fd, per POSIX.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Sep 17 09:08:33 PDT 2017
commit fc962bc679e9e19b6e8b92bfd9d55faf0515eacd
Author: Sascha Wildner <saw at online.de>
Date: Sun Sep 17 18:07:54 2017 +0200
shm_open(3): Set the FD_CLOEXEC flag for the new fd, per POSIX.
See:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/shm_open.html
Summary of changes:
lib/libc/gen/posixshm.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fc962bc679e9e19b6e8b92bfd9d55faf0515eacd
--
DragonFly BSD source repository
More information about the Commits
mailing list