doc: update timer_* platform portability notes
authorPádraig Brady <P@draigBrady.com>
Tue, 13 Mar 2012 23:47:26 +0000 (23:47 +0000)
committerPádraig Brady <P@draigBrady.com>
Tue, 13 Mar 2012 23:47:26 +0000 (23:47 +0000)
* 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.

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

index 2e6e8c7..e3a0355 100644 (file)
--- 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.
index 8c2dc63..360269d 100644 (file)
@@ -15,4 +15,7 @@ Portability problems not fixed by Gnulib:
 @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
index db06131..4d0acaf 100644 (file)
@@ -15,4 +15,7 @@ Portability problems not fixed by Gnulib:
 @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
index a2c23ae..9d98401 100644 (file)
@@ -15,4 +15,7 @@ Portability problems not fixed by Gnulib:
 @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
index 5c36db4..a0af7af 100644 (file)
@@ -15,4 +15,7 @@ Portability problems not fixed by Gnulib:
 @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