utime: Fix a test failure on macOS 10.13.
[gnulib.git] / doc / glibc-functions / setstate_r.texi
blobc2fa85089da45b6ce4591915f7dd3f20121152fa
1 @node setstate_r
2 @subsection @code{setstate_r}
3 @findex setstate_r
5 LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-setstate-r-1.html}
7 Documentation:
8 @itemize
9 @item
10 @ifinfo
11 @ref{BSD Random,,BSD Random Number Functions,libc},
12 @end ifinfo
13 @ifnotinfo
14 @url{https://www.gnu.org/software/libc/manual/html_node/BSD-Random.html},
15 @end ifnotinfo
16 @item
17 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/setstate_r.3.html,,man setstate_r}.
18 @end itemize
20 Gnulib module: random_r
22 Portability problems fixed by Gnulib:
23 @itemize
24 @item
25 This function is missing on some platforms:
26 Mac OS X 10.13, FreeBSD 6.0, NetBSD 9.0, OpenBSD 6.7, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 11.4, Cygwin 2.9, mingw, MSVC 14, Android 9.0.
27 @item
28 This function has an incompatible declaration on some platforms:
29 AIX 7.1.
30 @end itemize
32 Portability problems not fixed by Gnulib:
33 @itemize
34 @item
35 This function has a slightly different (but compatible) declaration on some
36 platforms:
37 Haiku 2017.
38 @end itemize