summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Rankin <rankincj@yahoo.com>2011-10-01 14:14:27 +0100
committerChris Rankin <rankincj@yahoo.com>2011-10-01 14:14:27 +0100
commit62a669d9f04e83debe729347617a935707badc7e (patch)
tree3d71d5520db6c429666abf1823d2d20b082af97d /lib
parent8ba50d7512e71ce2fa441f8e738459df21cec2ae (diff)
downloadxine-lib-62a669d9f04e83debe729347617a935707badc7e.tar.gz
xine-lib-62a669d9f04e83debe729347617a935707badc7e.tar.bz2
Mark simple file and socket descriptors as uninheritable.
This patch creates two utility functions: int open_cloexec(pathname, flags) int create_cloexec(pathname, flags, mode) These return a file descriptor with the CLOEXEC flag set, to ensure that the descriptor is not inherited across a fork/exec operation. The sockets returned by: _x_io_tcp_connect_ipv4() _x_io_tcp_connect() now also have their CLOEXEC flag set.
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions