mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -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
6ebfbb4b94
commit
f5cd193f71
@ -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