aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_test_test__file__util__posix.cc
blob: 044e4903e8b667bafad2bb90ffa9cc416049f08d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- base/test/test_file_util_posix.cc.orig	2024-03-22 08:19:40 UTC
+++ base/test/test_file_util_posix.cc
@@ -89,7 +89,7 @@ void SyncPageCacheToDisk() {
 }
 
 #if !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_APPLE) && \
-    !BUILDFLAG(IS_ANDROID)
+    !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_BSD)
 bool EvictFileFromSystemCache(const FilePath& file) {
   // There doesn't seem to be a POSIX way to cool the disk cache.
   NOTIMPLEMENTED();