fdbmonitor: define O_EVTONLY for FreeBSD

This commit is contained in:
Dave Cottlehuber 2020-04-07 10:18:01 +00:00
parent 5064cc776b
commit b2eb93f5f4
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#ifdef __FreeBSD__
#include <sys/event.h>
#define O_EVTONLY O_RDONLY
#endif
#ifdef __APPLE__