revise node structure for new fdl.texi
[gnulib.git] / doc / functions / sleep.texi
1 @node sleep
2 @section @code{sleep}
3 @findex sleep
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/sleep.html}
6
7 Gnulib module: sleep
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 mingw (2005 or newer).
14 @end itemize
15
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @item
19 According to POSIX, the @code{sleep} function may interfere with the program's
20 use of the @code{SIGALRM} signal.  On Linux, it doesn't; on other platforms,
21 it may.
22 @end itemize