summaryrefslogtreecommitdiffstats
path: root/ipc/chromium/src/third_party/libevent/include/event2/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/chromium/src/third_party/libevent/include/event2/util.h')
-rw-r--r--ipc/chromium/src/third_party/libevent/include/event2/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/chromium/src/third_party/libevent/include/event2/util.h b/ipc/chromium/src/third_party/libevent/include/event2/util.h
index 42a28adcb..78516c156 100644
--- a/ipc/chromium/src/third_party/libevent/include/event2/util.h
+++ b/ipc/chromium/src/third_party/libevent/include/event2/util.h
@@ -672,7 +672,7 @@ void evutil_secure_rng_get_bytes(void *buf, size_t n);
*/
int evutil_secure_rng_init(void);
-#if !defined(__OpenBSD__) && !defined(ANDROID)
+#if !defined(__OpenBSD__) && !defined(ANDROID) && !defined(__sun__)
/** Seed the random number generator with extra random bytes.
You should almost never need to call this function; it should be