tmpfile: Add support for Android.
[gnulib.git] / doc / glibc-functions / random_r.texi
blobcddf650720e73574af8cf8a75451e48ab66d35ad
1 @node random_r
2 @subsection @code{random_r}
3 @findex random_r
5 Gnulib module: random_r
7 Portability problems fixed by Gnulib:
8 @itemize
9 @item
10 This function is missing on some platforms:
11 Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, Android 9.0.
12 @item
13 This function has an incompatible declaration on some platforms:
14 AIX 7.1, OSF/1 5.1.
15 @end itemize
17 Portability problems not fixed by Gnulib:
18 @itemize
19 @item
20 This function has a slightly different (but compatible) declaration on some
21 platforms:
22 Haiku 2017.
23 @end itemize