bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sem_init on Mac OS X


From: Bruno Haible
Subject: Re: sem_init on Mac OS X
Date: Fri, 03 Mar 2017 12:49:41 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-64-generic; KDE/5.18.0; x86_64; ; )

Let me also update the doc. The factual infos come from
https://heldercorreia.com/semaphores-in-mac-os-x-fd7a7418e13b#.vshlwqkfe


2017-03-03  Bruno Haible  <address@hidden>

        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/doc/posix-functions/sem_destroy.texi 
b/doc/posix-functions/sem_destroy.texi
index 31f2b75..380fb62 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.
address@hidden
+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 b2baa9e..a00dea5 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.
address@hidden
+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 c52da75..24adc41 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.
address@hidden
+This function is not implemented on some platforms:
+Mac OS X 10.11.
 @end itemize




reply via email to

[Prev in Thread] Current Thread [Next in Thread]