Skip to content

Commit 4be4dec

Browse files
author
Vladimir Kotal
committed
add POSIX semaphore example
1 parent a5bd713 commit 4be4dec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

threads.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,6 +1400,7 @@
14001400
unnamed.
14011401
\item The semaphore functions adhere to the classical UNIX semantics --
14021402
they return -1 on error and set \texttt{errno}.
1403+
\item Example: \example{semaphores/sem.c}
14031404
\end{itemize}
14041405

14051406
%%%%%

0 commit comments

Comments
 (0)