OSDN Git Service

Add arc4random_addrandom binary compatibility.
authorElliott Hughes <enh@google.com>
Mon, 8 Sep 2014 17:25:33 +0000 (10:25 -0700)
committerElliott Hughes <enh@google.com>
Mon, 8 Sep 2014 17:47:45 +0000 (10:47 -0700)
commit51c8355d5cf4b83ccd2ad250ca4c61a616356c2b
tree7b4a37dd63770b59bf569f203cf9fe2423631e11
parent47ed03f70c6c9addc7f05e4ee4dc71c96d215105
Add arc4random_addrandom binary compatibility.

This was in <stdlib.h> in older releases. It's no longer used, but we can
preserve backwards compatibility by making it a no-op.

Bug: 16205834
Change-Id: Idde7b46df4f253e39675600bcf82352879a716e7
libc/bionic/ndk_cruft.cpp