poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / alarm.texi
blob15bc81f07b5414d0a2de3ffe1dbdcf92713a5bdb
1 @node alarm
2 @section @code{alarm}
3 @findex alarm
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/alarm.html}
7 Gnulib module: ---
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function has no impact if <code>SIGALRM</code> is inherited as
17 ignored; programs should use <code>signal (SIGALRM, SIG_DFL)</code> if
18 it is important to ensure the alarm will fire.
19 @item
20 Use of this function in multi-threaded applications is not advised.
21 @item
22 This function is missing on some platforms:
23 mingw (2011), MSVC 14.
24 @item
25 This function is conditionally declared in the non-standard
26 @code{<io.h>} header on some platforms:
27 mingw (2012 or newer).
28 @end itemize