diff options
Diffstat (limited to 'lib/libcxx/include')
-rw-r--r-- | lib/libcxx/include/__config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcxx/include/__config b/lib/libcxx/include/__config index 728b00558a4..227fc4a355b 100644 --- a/lib/libcxx/include/__config +++ b/lib/libcxx/include/__config @@ -175,7 +175,7 @@ # endif #endif // __sun__ -#if defined(__CloudABI__) +#if defined(__CloudABI__) || defined(__OpenBSD__) // Certain architectures provide arc4random(). Prefer using // arc4random() over /dev/{u,}random to make it possible to obtain // random data even when using sandboxing mechanisms such as chroots, |