aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_files_file__path__watcher.cc
blob: 87abcb7fbda168a79dd13a58081a85a8f087c1ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- base/files/file_path_watcher.cc.orig	2020-03-16 18:39:41 UTC
+++ base/files/file_path_watcher.cc
@@ -20,10 +20,10 @@ 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_BSD)) || defined(OS_ANDROID) || defined(OS_AIX)
   return true;
 #else
-  // FSEvents isn't available on iOS.
+  // FSEvents isn't available on iOS and the kqueue watcher.
   return false;
 #endif
 }