errno-h: document Haiku errors can’t be -1
[gnulib.git] / doc / glibc-functions / setstate_r.texi
blob3ecd5cf4bebfbf67354be84261b31b17c6640652
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
21 @mindex random_r
23 Portability problems fixed by Gnulib:
24 @itemize
25 @item
26 This function is missing on some platforms:
27 macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.1.8, HP-UX 11, Solaris 11.4, Cygwin 2.9, mingw, MSVC 14, Android 9.0.
28 @item
29 This function has an incompatible declaration on some platforms:
30 AIX 7.1.
31 @end itemize
33 Portability problems not fixed by Gnulib:
34 @itemize
35 @item
36 This function has a slightly different (but compatible) declaration on some
37 platforms:
38 Haiku 2017.
39 @end itemize