poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / nanosleep.texi
blob8ede0b01f90a34650b829b9f466972e48a1e8111
1 @node nanosleep
2 @section @code{nanosleep}
3 @findex nanosleep
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/nanosleep.html}
7 Gnulib module: nanosleep
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 mishandles large arguments when interrupted by a signal on some
16 platforms:
17 Linux 64-bit, Solaris 64-bit.
18 @item
19 This function cannot sleep longer than 49.7 days on some platforms:
20 Cygwin 1.5.x.
21 @end itemize
23 Portability problems not fixed by Gnulib:
24 @itemize
25 @end itemize