mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_Common: removed fcntl overrides
not needed with AP_Filesystem, and fixes lots of warnings with newer compilers
This commit is contained in:
parent
81711eb28e
commit
c29867ecad
@ -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…
Reference in New Issue
Block a user