gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / doc / posix-functions / setstate.texi
1 @node setstate
2 @section @code{setstate}
3 @findex setstate
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/setstate.html}
6
7 Gnulib module: random
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 Solaris 2.4, mingw, MSVC 9.
14 @end itemize
15
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @item
19 This function has a slightly incompatible declaration (the argument type being
20 @samp{const char *} instead of @samp{char *}) on some platforms.
21 @end itemize