summaryrefslogtreecommitdiff
path: root/doc/posix-functions/timer_delete.texi
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2011-07-19 21:51:49 +0100
committerPádraig Brady <P@draigBrady.com>2011-07-21 12:12:44 +0100
commiteb9e60e319faa80e5d0b8a196970191aec1cdcd7 (patch)
tree6dacdf446ee79c72c5c6c06e8b92f538854c51c8 /doc/posix-functions/timer_delete.texi
parente8afa1544887e1d5074a37f5ef3d619d94b492ea (diff)
downloadgnulib-eb9e60e319faa80e5d0b8a196970191aec1cdcd7.tar.gz
timer-time: A new module to check for timer_settime()
* m4/timer_time.m4: Check for the POSIX function. * modules/timer-time: Add the new module. * MODULES.html.sh (Compat checks for POSIX:2008 functions): Mention it. * doc/posix-functions/timer_create.texi: Add timer-time as the module, and update the platforms where unavailable. * doc/posix-functions/timer_delete.texi: Likewise. * doc/posix-functions/timer_gettime.texi: Likewise. * doc/posix-functions/timer_settime.texi: Likewise. Signed-off-by: Pádraig Brady <P@draigBrady.com>
Diffstat (limited to 'doc/posix-functions/timer_delete.texi')
-rw-r--r--doc/posix-functions/timer_delete.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/posix-functions/timer_delete.texi b/doc/posix-functions/timer_delete.texi
index a6d8de4470..0d4eb44015 100644
--- a/doc/posix-functions/timer_delete.texi
+++ b/doc/posix-functions/timer_delete.texi
@@ -4,7 +4,7 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/timer_delete.html}
-Gnulib module: ---
+Gnulib module: timer-time
Portability problems fixed by Gnulib:
@itemize
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-MacOS X 10.5, FreeBSD 6.0, IRIX 5.3, Solaris 2.4, mingw, Interix 3.5, BeOS.
+MacOS X 10.5, FreeBSD 6.4, IRIX 5.3, Solaris 2.4, mingw, Interix 3.5, BeOS, Tandem/NSK.
@end itemize