Fix: check for rand_r() in compat-rand.h
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 23 Jun 2016 18:32:23 +0000 (14:32 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 27 Jun 2016 20:48:41 +0000 (16:48 -0400)
commit3e4ae45a6930bce59fb77790aa29a82eecf6ec23
treef57bcf316fd183d909f5b8acbb140c733b3bd3fa
parent094c8c59183be7b084e4faf061dc23faab1f13b1
Fix: check for rand_r() in compat-rand.h

The rand_r() function exists in newer Android versions,
detect it instead of relying on the __ANDROID__ define.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac
src/compat-rand.h
This page took 0.024735 seconds and 4 git commands to generate.