commit | f45b1e828409a517877fae9001fdfdb408a02b3d | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Wed Sep 18 11:00:56 2013 -0700 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Sep 18 11:14:14 2013 -0700 |
tree | 51f303ce4f972b233335fc41856727091fe0dbb2 | |
parent | 1ff5109b5fc016ee0c4bef281e4309fe5dfe461f [diff] |
weston-launch: Pass the right CLOEXEC flag to fcntl Passing O_CLOEXEC to fcntl is wrong, we need to pass FD_CLOEXEC.