00001 /* $Id: cloexec.h 616 2005-08-19 20:11:01Z bruce $ */ 00002 #ifndef UNIX__CLOEXEC__H__ 00003 #define UNIX__CLOEXEC__H__ 00004 00005 int cloexec_on(int fd); 00006 int cloexec_off(int fd); 00007 00008 #endif