diff options
author | Alistair Delva <adelva@google.com> | 2020-09-29 00:42:57 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-09-29 00:42:57 +0000 |
commit | 7dd72ea8637baced114d8fb216181cbf9692a60e (patch) | |
tree | d1f2d3e41ed0b507331a03c27972a2f07ba0440a | |
parent | ed358b3546c776c1c677fd88eb8f716cf6187510 (diff) | |
parent | 267813a8a8a357469aef53ea9445266e1050409a (diff) |
Merge "ANDROID: Remove bogus HAVE_ARC4RANDOM_STIR"
-rw-r--r-- | prebuilt-intermediates/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/prebuilt-intermediates/config.h b/prebuilt-intermediates/config.h index 3e8f585f..4d65d85c 100644 --- a/prebuilt-intermediates/config.h +++ b/prebuilt-intermediates/config.h @@ -177,10 +177,6 @@ /* Define to 1 if you have the `arc4random_buf' function. */ #define HAVE_ARC4RANDOM_BUF 1 -#ifndef __LP64__ -#define HAVE_ARC4RANDOM_STIR 1 -#endif - /* Define to 1 if you have the `arc4random_uniform' function. */ #define HAVE_ARC4RANDOM_UNIFORM 1 |