commit | 8f3b8f523ed594b48d28ca0b9a2651d209f29e26 | [log] [tgz] |
---|---|---|
author | Dmitriy Ivanov <dimitry@google.com> | Wed Sep 03 23:36:34 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Sep 03 23:36:35 2014 +0000 |
tree | 4b73d4f1c1e0a493deeaf46520d057e585089aba | |
parent | 58bb54c38bf31fa5cdad8ddbdc44bbed04aaf0cf [diff] | |
parent | 5c1a7fdbd5a085024019b4c9307d2b2ace35df5e [diff] |
Merge "Fix arm64 build"
diff --git a/libc/bionic/ndk_cruft.cpp b/libc/bionic/ndk_cruft.cpp index 0c72019..45ead62 100644 --- a/libc/bionic/ndk_cruft.cpp +++ b/libc/bionic/ndk_cruft.cpp
@@ -303,4 +303,9 @@ return strchr(str, ch); } +// This was removed from BSD. +extern "C" void arc4random_stir(void) { + // The current implementation stirs itself as needed. +} + #endif