]> git.sesse.net Git - vlc/commit
Win32: set close-on-exec where applicable
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 20 Sep 2012 15:49:42 +0000 (18:49 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 20 Sep 2012 15:58:30 +0000 (18:58 +0300)
commitb616a49004b8e992de38e334745ce90481e1596b
treef2fdd57985625a642e64018159e58d6998dfdbe0
parentc2e8e530b3905c082ab342f8880a6e290884ea66
Win32: set close-on-exec where applicable

It's called O_NOINHERIT, but it really is the same as O_CLOEXEC.
As with POSIX, there is no way to set it for dup()/dup2() though.
src/win32/filesystem.c