bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] doc: update timer_* platform portability notes


From: Pádraig Brady
Subject: [PATCH] doc: update timer_* platform portability notes
Date: Tue, 13 Mar 2012 23:58:33 +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                              |    9 +++++++++
 doc/posix-functions/timer_create.texi  |    3 +++
 doc/posix-functions/timer_delete.texi  |    3 +++
 doc/posix-functions/timer_gettime.texi |    3 +++
 doc/posix-functions/timer_settime.texi |    3 +++
 5 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2e6e8c7..e3a0355 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-03-13  Pádraig Brady  <address@hidden>
+
+       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  <address@hidden>
 
        cbrtl: Bypass broken implementation in OpenBSD 5.1/SPARC.
diff --git a/doc/posix-functions/timer_create.texi 
b/doc/posix-functions/timer_create.texi
index 8c2dc63..360269d 100644
--- a/doc/posix-functions/timer_create.texi
+++ b/doc/posix-functions/timer_create.texi
@@ -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.
address@hidden
+This function fails with @code{ENOSYS} on some platforms:
+OpenBSD 4.9.
 @end itemize
diff --git a/doc/posix-functions/timer_delete.texi 
b/doc/posix-functions/timer_delete.texi
index db06131..4d0acaf 100644
--- a/doc/posix-functions/timer_delete.texi
+++ b/doc/posix-functions/timer_delete.texi
@@ -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.
address@hidden
+This function fails with @code{ENOSYS} on some platforms:
+OpenBSD 4.9.
 @end itemize
diff --git a/doc/posix-functions/timer_gettime.texi 
b/doc/posix-functions/timer_gettime.texi
index a2c23ae..9d98401 100644
--- a/doc/posix-functions/timer_gettime.texi
+++ b/doc/posix-functions/timer_gettime.texi
@@ -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.
address@hidden
+This function fails with @code{ENOSYS} on some platforms:
+OpenBSD 4.9.
 @end itemize
diff --git a/doc/posix-functions/timer_settime.texi 
b/doc/posix-functions/timer_settime.texi
index 5c36db4..a0af7af 100644
--- a/doc/posix-functions/timer_settime.texi
+++ b/doc/posix-functions/timer_settime.texi
@@ -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.
address@hidden
+This function fails with @code{ENOSYS} on some platforms:
+OpenBSD 4.9.
 @end itemize
-- 
1.7.6.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]