]> Zhao Yanbai Git Server - minix.git/commit
VFS: support close-on-exec flag for copyfd(2) 22/3422/1
authorDavid van Moolenbroek <david@minix3.org>
Wed, 20 Jul 2016 13:03:03 +0000 (13:03 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Thu, 9 Mar 2017 23:39:51 +0000 (23:39 +0000)
commit45443f35b5fbb37ddb8b53f6a25e7f19a75f49ea
tree8abb363097d890cdbd609535a2a75ceaefedbfdf
parentc344203e4858b24220b3cc2fe16a369b2a25bbcd
VFS: support close-on-exec flag for copyfd(2)

The flag is supported only when copying out file descriptors (i.e.
COPYFD_TO).  It will be used by UDS to support MSG_CMSG_CLOEXEC.

Change-Id: I46bfd04b5f28e22ec48938e43e42f78d3931220d
minix/include/minix/syslib.h
minix/servers/vfs/filedes.c