X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=src%2Fcompat-rand.h;h=835d99b8abd39af5a18bcbabcdf5d8aec1a6a664;hp=7c6acde32f00808dbc15904ad4d775444294153d;hb=cafe8ce139ea02d497582c4abb27d065e6e46d79;hpb=094c8c59183be7b084e4faf061dc23faab1f13b1 diff --git a/src/compat-rand.h b/src/compat-rand.h index 7c6acde..835d99b 100644 --- a/src/compat-rand.h +++ b/src/compat-rand.h @@ -28,7 +28,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifdef __ANDROID__ +#ifndef HAVE_RAND_R /* * Reentrant random function from POSIX.1c. * Copyright (C) 1996, 1999 Free Software Foundation, Inc. @@ -58,6 +58,6 @@ static inline int rand_r(unsigned int *seed) return result; } -#endif /* __ANDROID__ */ +#endif /* HAVE_RAND_R */ #endif /* _COMPAT_RAND_H */