fdbmonitor: define O_EVTONLY for FreeBSD
This commit is contained in:
parent
5064cc776b
commit
b2eb93f5f4
|
@ -39,6 +39,7 @@
|
|||
|
||||
#ifdef __FreeBSD__
|
||||
#include <sys/event.h>
|
||||
#define O_EVTONLY O_RDONLY
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
|
|
Loading…
Reference in New Issue