blob: 2c442d175aebeef2b49c9ad326543e6a4cdf2557 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- base/files/file_path_watcher.cc.orig 2019-12-12 12:38:58 UTC
+++ base/files/file_path_watcher.cc
@@ -20,7 +20,7 @@ FilePathWatcher::~FilePathWatcher() {
// static
bool FilePathWatcher::RecursiveWatchAvailable() {
#if (defined(OS_MACOSX) && !defined(OS_IOS)) || defined(OS_WIN) || \
- defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_AIX)
+ defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_AIX) || defined(OS_BSD)
return true;
#else
// FSEvents isn't available on iOS.
|