summaryrefslogtreecommitdiffstats
path: root/source/xap/mozilla-firefox/arc4random_buf.glibc-2.36.diff
blob: d4131c0a2020f1e542df5a594f3c69f4ac05091b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- ./ipc/chromium/src/third_party/libevent/arc4random.c.orig	2022-08-04 14:57:57.000000000 -0500
+++ ./ipc/chromium/src/third_party/libevent/arc4random.c	2022-08-06 14:40:21.569033657 -0500
@@ -484,6 +484,7 @@
 }
 #endif
 
+#if 0
 ARC4RANDOM_EXPORT void
 arc4random_buf(void *buf_, size_t n)
 {
@@ -497,6 +498,7 @@
 	}
 	ARC4_UNLOCK_();
 }
+#endif
 
 #ifndef ARC4RANDOM_NOUNIFORM
 /*