From a2c6cf038c0758e8825f2b020fbbcce9a0d4983f Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?= Date: Tue, 13 Mar 2012 23:47:26 +0000 Subject: [PATCH] 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. --- 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(+) diff --git a/ChangeLog b/ChangeLog index 2e6e8c767..e3a035582 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2012-03-13 Pádraig Brady + + 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 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 8c2dc6343..360269d68 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. +@item +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 db06131c2..4d0acaf37 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. +@item +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 a2c23ae38..9d98401bc 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. +@item +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 5c36db4c8..a0af7afc0 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. +@item +This function fails with @code{ENOSYS} on some platforms: +OpenBSD 4.9. @end itemize -- 2.11.0