9aa827b2ccf6c9f31bcbe54ce15196848b39b3a0
[gnulib.git] / doc / posix-functions / usleep.texi
1 @node usleep
2 @section @code{usleep}
3 @findex usleep
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/usleep.html}
6
7 Gnulib module: ---
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
12
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function is missing on some platforms:
17 Solaris 2.4, mingw, BeOS.
18 @item
19 According to POSIX, the @code{usleep} 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