mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-29 04:06:51 +01:00
FreeBSD fix for DirectoryWatcher
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/event.h>
|
||||
#include <sys/time.h>
|
||||
#if POCO_OS == POCO_OS_FREE_BSD
|
||||
#if (POCO_OS == POCO_OS_FREE_BSD) && !defined(O_EVTONLY)
|
||||
#define O_EVTONLY 0x8000
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user