]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Mention Mac OS X deficiencies regarding semaphores.
authorBruno Haible <bruno@clisp.org>
Fri, 3 Mar 2017 11:47:04 +0000 (12:47 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 3 Mar 2017 11:47:04 +0000 (12:47 +0100)
* 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.

ChangeLog
doc/posix-functions/sem_destroy.texi
doc/posix-functions/sem_getvalue.texi
doc/posix-functions/sem_init.texi

index 99af22aeaf31d963f2b2d1351fc8958bebe9c8a6..c77d4c849fc592a92f5cb0e347dccffa0b54c3a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2017-03-03  Bruno Haible  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
 
        lock tests: Fix test failure on Mac OS X (regression from 2017-01-05).
index 31f2b756ff59832905848d0482e24c21d8e1b30c..380fb62a39dfe901dda72ba8fc5e413c39fd241a 100644 (file)
@@ -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
index b2baa9e1447f6884d789cae1b0fb5d35d8a6844e..a00dea5525f3cc435ea75d3b63ffd8f3c86a063a 100644 (file)
@@ -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
index c52da758ed15464c5c9a70d352217136bd61c995..24adc4186c3feef75f13ff510d0abeaff74f1acb 100644 (file)
@@ -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