Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit a7a2f68

Browse files
Merge pull request #89 from livecode/merge-develop-8.1_13.12.2016
Merge develop 8.1 13.12.2016
2 parents 2689939 + 0880c3c commit a7a2f68

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

libxml/src/config.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,11 @@
167167
/* Define to 1 if you have the `rand_r' function. */
168168
#define HAVE_RAND_R 1
169169

170+
// [[ Bug 18886 ]] rand_r is not defined on android
171+
#if defined(TARGET_SUBPLATFORM_ANDROID)
172+
#undef HAVE_RAND_R
173+
#endif
174+
170175
/* Define to 1 if you have the <resolv.h> header file. */
171176
#define HAVE_RESOLV_H 1
172177

0 commit comments

Comments
 (0)