platform_bionic/libc/arch-x86_64
Elliott Hughes 8465e968a8 Add <sys/random.h>.
iOS 10 has <sys/random.h> with getentropy, glibc >= 2.25 has
<sys/random.h> with getentropy and getrandom. (glibc also pollutes
<unistd.h>, but that seems like a bad idea.)

Also, all supported devices now have kernels with the getrandom system
call.

We've had these available internally for a while, but it seems like the
time is ripe to expose them.

Bug: http://b/67014255
Test: ran tests
Change-Id: I76dde1e3a2d0bc82777eea437ac193f96964f138
2017-09-29 05:31:35 +00:00
..
bionic Use ENTRY_PRIVATE in __bionic_clone assembler. 2016-10-26 17:01:58 -07:00
include/machine Make all the ELF relocation constants available. 2017-04-19 13:28:32 -07:00
string Fix x86-64 __memset_chk. 2016-03-03 16:46:25 -08:00
syscalls Add <sys/random.h>. 2017-09-29 05:31:35 +00:00