APM:Libraries
fcntl.h
Go to the documentation of this file.
1 #include_next <fcntl.h>
2 
3 /*
4  * we only want to define as 0 for those targets in which it doesn't make
5  * sense
6  */
7 #if defined(HAVE_OCLOEXEC) && HAVE_OCLOEXEC == 0
8 #define O_CLOEXEC 0
9 #endif