/* $Id: cloexec.h 616 2005-08-19 20:11:01Z bruce $ */ #ifndef UNIX__CLOEXEC__H__ #define UNIX__CLOEXEC__H__ int cloexec_on(int fd); int cloexec_off(int fd); #endif