APM:Libraries
libraries
AP_Common
missing
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
Generated on Sun Jun 17 2018 14:18:47 for APM:Libraries by
1.8.13