aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_test_test__file__util__posix.cc
blob: 07fa4b159c8011823abcae07f19840c0c5188fb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- base/test/test_file_util_posix.cc.orig	2020-11-13 06:36:34 UTC
+++ base/test/test_file_util_posix.cc
@@ -87,7 +87,7 @@ void SyncPageCacheToDisk() {
   sync();
 }
 
-#if !defined(OS_LINUX) && !defined(OS_CHROMEOS) && !defined(OS_APPLE) && \
+#if !defined(OS_LINUX) && !defined(OS_CHROMEOS) && !defined(OS_APPLE) && !defined(OS_BSD) && \
     !defined(OS_ANDROID)
 bool EvictFileFromSystemCache(const FilePath& file) {
   // There doesn't seem to be a POSIX way to cool the disk cache.