poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / srandom.texi
blobd553373c83e3d5fb04820dc347ecddc54f5826a5
1 @node srandom
2 @section @code{srandom}
3 @findex srandom
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/srandom.html}
7 Gnulib module: random
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 mingw, MSVC 14.
14 @item
15 This function is only defined as an inline function on some platforms:
16 Android 4.4.
17 @end itemize
19 Portability problems not fixed by Gnulib:
20 @itemize
21 @item
22 This function has a slightly incompatible declaration (the return type being
23 @samp{long} instead of @samp{void}) on some platforms:
24 Cygwin 1.5.25.
25 @end itemize