AP_Common: removed fcntl overrides

not needed with AP_Filesystem, and fixes lots of warnings with newer
compilers
This commit is contained in:
Andrew Tridgell 2019-09-28 07:55:19 +10:00
parent 81711eb28e
commit c29867ecad
1 changed files with 0 additions and 9 deletions

View File

@ -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