# HG changeset patch # User Pádraig Brady # Date 1331682446 0 # Node ID a61aad62576efe10cf45f981d3fbe563908b64ea # Parent 8b7c2f7abb3b7fb66f4ba9dee770dc6d73866a0e 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. diff --git a/ChangeLog b/ChangeLog --- 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 --- 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 diff --git a/doc/posix-functions/timer_delete.texi b/doc/posix-functions/timer_delete.texi --- 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 diff --git a/doc/posix-functions/timer_gettime.texi b/doc/posix-functions/timer_gettime.texi --- 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 diff --git a/doc/posix-functions/timer_settime.texi b/doc/posix-functions/timer_settime.texi --- 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