>From 822082e6c8b943b65e46e0a77e2e583c5b1200d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?= Date: Thu, 1 Sep 2011 14:51:50 +0100 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(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index bee4d57..8f902f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2011-09-01 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. + 2011-09-01 Bruno Haible sys_select: Avoid a syntax error regarding timespec_t on IRIX 6.5. diff --git a/doc/posix-functions/timer_create.texi b/doc/posix-functions/timer_create.texi index bd0e4fc..80e0c5c 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, 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 9d37797..e05c2a0 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, 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 bf26a01..4b95938 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, 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 ef04a0a..4b1f408 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, Interix 3.5, BeOS, Tandem/NSK. address@hidden +This function fails with @code{ENOSYS} on some platforms: +OpenBSD 4.9. @end itemize -- 1.7.5.2