Browse Source

AP_Common: removed fcntl overrides

not needed with AP_Filesystem, and fixes lots of warnings with newer
compilers
master
Andrew Tridgell 5 years ago
parent
commit
c29867ecad
  1. 9
      libraries/AP_Common/missing/fcntl.h

9
libraries/AP_Common/missing/fcntl.h

@ -1,9 +0,0 @@ @@ -1,9 +0,0 @@
#include_next <fcntl.h>
/*
* we only want to define as 0 for those targets in which it doesn't make
* sense
*/
#if defined(HAVE_OCLOEXEC) && HAVE_OCLOEXEC == 0
#define O_CLOEXEC 0
#endif
Loading…
Cancel
Save