From: Bruno Haible Date: Fri, 3 Mar 2017 11:47:04 +0000 (+0100) Subject: doc: Mention Mac OS X deficiencies regarding semaphores. X-Git-Tag: v1.0~6343 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=d3181471f95c870e9485be947608be84f7fe5325;p=gnulib.git doc: Mention Mac OS X deficiencies regarding semaphores. * doc/posix-functions/sem_init.texi: Mention status on Mac OS X. * doc/posix-functions/sem_destroy.texi: Likewise. * doc/posix-functions/sem_getvalue.texi: Likewise. --- diff --git a/ChangeLog b/ChangeLog index 99af22aeaf..c77d4c849f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2017-03-03 Bruno Haible + + doc: Mention Mac OS X deficiencies regarding semaphores. + * doc/posix-functions/sem_init.texi: Mention status on Mac OS X. + * doc/posix-functions/sem_destroy.texi: Likewise. + * doc/posix-functions/sem_getvalue.texi: Likewise. + 2017-03-03 Bruno Haible lock tests: Fix test failure on Mac OS X (regression from 2017-01-05). diff --git a/doc/posix-functions/sem_destroy.texi b/doc/posix-functions/sem_destroy.texi index 31f2b756ff..380fb62a39 100644 --- a/doc/posix-functions/sem_destroy.texi +++ b/doc/posix-functions/sem_destroy.texi @@ -15,4 +15,7 @@ Portability problems not fixed by Gnulib: @item This function is missing on some platforms: Minix 3.1.8, IRIX 5.3, Solaris 2.4, mingw, MSVC 9, BeOS. +@item +This function is not implemented on some platforms: +Mac OS X 10.11. @end itemize diff --git a/doc/posix-functions/sem_getvalue.texi b/doc/posix-functions/sem_getvalue.texi index b2baa9e144..a00dea5525 100644 --- a/doc/posix-functions/sem_getvalue.texi +++ b/doc/posix-functions/sem_getvalue.texi @@ -15,4 +15,7 @@ Portability problems not fixed by Gnulib: @item This function is missing on some platforms: Minix 3.1.8, IRIX 5.3, Solaris 2.4, mingw, MSVC 9, BeOS. +@item +This function is not implemented on some platforms: +Mac OS X 10.11. @end itemize diff --git a/doc/posix-functions/sem_init.texi b/doc/posix-functions/sem_init.texi index c52da758ed..24adc4186c 100644 --- a/doc/posix-functions/sem_init.texi +++ b/doc/posix-functions/sem_init.texi @@ -15,4 +15,7 @@ Portability problems not fixed by Gnulib: @item This function is missing on some platforms: Minix 3.1.8, IRIX 5.3, Solaris 2.4, mingw, MSVC 9, BeOS. +@item +This function is not implemented on some platforms: +Mac OS X 10.11. @end itemize