Change configure checks from arc4random to arc4random_buf since this is what is actua...
authorZoltan Varga <vargaz@gmail.com>
Thu, 20 Dec 2018 01:46:55 +0000 (20:46 -0500)
committerStephen Toub <stoub@microsoft.com>
Thu, 20 Dec 2018 01:46:55 +0000 (20:46 -0500)
commitb66baee5335e2e310c5565e637c490070eac5bc3
tree22c107ae7cef059c9ebe75a4906ae7f06a61cc6c
parentceb44c8849282c07a55755927abbc87f7d4d5daf
Change configure checks from arc4random to arc4random_buf since this is what is actually used. Some platforms like WebAssembly don't have the latter. (dotnet/corefx#34165)

Commit migrated from https://github.com/dotnet/corefx/commit/8a05b3f5f3947341e1867210a791a5c8a617cde6
src/libraries/Native/Unix/Common/pal_config.h.in
src/libraries/Native/Unix/System.Native/pal_random.c
src/libraries/Native/Unix/configure.cmake