# File lib/phusion_passenger/utils.rb, line 1002 def close_on_exec! fcntl(Fcntl::F_SETFD, Fcntl::FD_CLOEXEC) end