summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-base_rand__util.h
blob: 412bf8de4730dbcc46d1c538dfdd77785317d710 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- base/rand_util.h.orig	2023-06-05 19:39:05 UTC
+++ base/rand_util.h
@@ -121,7 +121,7 @@ void RandomShuffle(Itr first, Itr last) {
   std::shuffle(first, last, RandomBitGenerator());
 }
 
-#if BUILDFLAG(IS_POSIX)
+#if BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_BSD)
 BASE_EXPORT int GetUrandomFD();
 #endif