bootstrap: Avoid failure when gnulib-tool removed gettext.m4.
[gnulib.git] / doc / pastposix-functions / setitimer.texi
blob19bcadb1a17cb14ef8584a80485109e8048b2b65
1 @node setitimer
2 @section @code{setitimer}
3 @findex setitimer
5 Removed in POSIX.1-2024.
6 POSIX.1-2017 specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/setitimer.html}
8 Gnulib module: ---
10 Portability problems fixed by Gnulib:
11 @itemize
12 @end itemize
14 Portability problems not fixed by Gnulib:
15 @itemize
16 @item
17 This function is missing on some platforms:
18 mingw, MSVC 14.
19 @item
20 This function is removed in POSIX.1-2024.
21 Use the functions @code{timer_create} and @code{timer_settime} instead.
22 @end itemize