timer-time: A new module to check for timer_settime()
authorPádraig Brady <P@draigBrady.com>
Tue, 19 Jul 2011 20:51:49 +0000 (21:51 +0100)
committerPádraig Brady <P@draigBrady.com>
Thu, 21 Jul 2011 11:12:44 +0000 (12:12 +0100)
commiteb9e60e319faa80e5d0b8a196970191aec1cdcd7
tree6dacdf446ee79c72c5c6c06e8b92f538854c51c8
parente8afa1544887e1d5074a37f5ef3d619d94b492ea
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>
ChangeLog
MODULES.html.sh
doc/posix-functions/timer_create.texi
doc/posix-functions/timer_delete.texi
doc/posix-functions/timer_gettime.texi
doc/posix-functions/timer_settime.texi
m4/timer_time.m4 [new file with mode: 0644]
modules/timer-time [new file with mode: 0644]