Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Related Pages

cloexec.h

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

Generated on Wed Mar 8 13:34:49 2006 for bglibs by  doxygen 1.4.4