X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fcompat-rand.h;h=835d99b8abd39af5a18bcbabcdf5d8aec1a6a664;hb=e4ed2fa0b64d29cb1864d7eeab7779fd738d4fdf;hp=7c6acde32f00808dbc15904ad4d775444294153d;hpb=094c8c59183be7b084e4faf061dc23faab1f13b1;p=urcu.git 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 */