avoid some overlong lines from posix urls, etc.
[gnulib.git] / doc / posix-functions / nanosleep.texi
1 @node nanosleep
2 @section @code{nanosleep}
3 @findex nanosleep
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/nanosleep.html}
6
7 Gnulib module: nanosleep
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 Solaris 2.4, mingw, Interix 3.5, BeOS.
14 @item
15 This function reports failure when called with small arguments such as 1 ns
16 on some platforms:
17 AIX 4.3.2.
18 @item
19 This function mishandles large arguments when interrupted by a signal on some
20 platforms:
21 Linux 64-bit, Solaris 64-bit.
22 @item
23 This function cannot sleep longer than 49.7 days on some platforms:
24 Cygwin 1.5.x.
25 @end itemize
26
27 Portability problems not fixed by Gnulib:
28 @itemize
29 @end itemize