Skip to content

Commit 61a3a06

Browse files
author
Vladimir Kotal
committed
note about optional
1 parent d69d037 commit 61a3a06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

synchro.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,8 @@
632632
\end{slide}
633633

634634
\begin{itemize}
635+
\item The POSIX semaphore APIs are part of the \emph{POSIX Realtime Extension}
636+
and are optional. For example, macOS supports only named POSIX semaphores.
635637
\item \emph{value} is the initial semaphore value
636638
\item Both the \emph{mode} and \emph{value} parameters are optional. This means
637639
that \emph{mode} has to be specified in order to set the initial value.

0 commit comments

Comments
 (0)