doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / doc / posix-functions / alarm.texi
1 @node alarm
2 @section @code{alarm}
3 @findex alarm
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/alarm.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 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 9.
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