changeset 16696:a61aad62576e

doc: update timer_* platform portability notes * doc/posix-functions/timer_create.texi: Add platforms that always return ENOSYS (OpenBSD 4.9). * doc/posix-functions/timer_delete.texi: Likewise. * doc/posix-functions/timer_gettime.texi: Likewise. * doc/posix-functions/timer_settime.texi: Likewise.
author Pádraig Brady <P@draigBrady.com>
date Tue, 13 Mar 2012 23:47:26 +0000
parents 8b7c2f7abb3b
children 6b65a767165c
files ChangeLog doc/posix-functions/timer_create.texi doc/posix-functions/timer_delete.texi doc/posix-functions/timer_gettime.texi doc/posix-functions/timer_settime.texi
diffstat 5 files changed, 21 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-03-13  Pádraig Brady  <P@draigBrady.com>
+
+	doc: Update timer_* platform portability notes.
+	* doc/posix-functions/timer_create.texi: Add platforms (OpenBSD 4.9)
+	that always return ENOSYS.
+	* doc/posix-functions/timer_delete.texi: Likewise.
+	* doc/posix-functions/timer_gettime.texi: Likewise.
+	* doc/posix-functions/timer_settime.texi: Likewise.
+
 2012-03-13  Bruno Haible  <bruno@clisp.org>
 
 	cbrtl: Bypass broken implementation in OpenBSD 5.1/SPARC.
--- a/doc/posix-functions/timer_create.texi
+++ b/doc/posix-functions/timer_create.texi
@@ -15,4 +15,7 @@
 @item
 This function is missing on some platforms:
 MacOS X 10.5, FreeBSD 6.4, Minix 3.1.8, IRIX 5.3, Solaris 2.4, mingw, MSVC 9, Interix 3.5, BeOS, Tandem/NSK.
+@item
+This function fails with @code{ENOSYS} on some platforms:
+OpenBSD 4.9.
 @end itemize
--- a/doc/posix-functions/timer_delete.texi
+++ b/doc/posix-functions/timer_delete.texi
@@ -15,4 +15,7 @@
 @item
 This function is missing on some platforms:
 MacOS X 10.5, FreeBSD 6.4, Minix 3.1.8, IRIX 5.3, Solaris 2.4, mingw, MSVC 9, Interix 3.5, BeOS, Tandem/NSK.
+@item
+This function fails with @code{ENOSYS} on some platforms:
+OpenBSD 4.9.
 @end itemize
--- a/doc/posix-functions/timer_gettime.texi
+++ b/doc/posix-functions/timer_gettime.texi
@@ -15,4 +15,7 @@
 @item
 This function is missing on some platforms:
 MacOS X 10.5, FreeBSD 6.4, Minix 3.1.8, IRIX 5.3, mingw, MSVC 9, Interix 3.5, BeOS, Tandem/NSK.
+@item
+This function fails with @code{ENOSYS} on some platforms:
+OpenBSD 4.9.
 @end itemize
--- a/doc/posix-functions/timer_settime.texi
+++ b/doc/posix-functions/timer_settime.texi
@@ -15,4 +15,7 @@
 @item
 This function is missing on some platforms:
 MacOS X 10.5, FreeBSD 6.4, Minix 3.1.8, IRIX 5.3, Solaris 2.4, mingw, MSVC 9, Interix 3.5, BeOS, Tandem/NSK.
+@item
+This function fails with @code{ENOSYS} on some platforms:
+OpenBSD 4.9.
 @end itemize