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