Skip to content

Commit 79f8470

Browse files
committed
renamed semaphore example
1 parent 8afc130 commit 79f8470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

threads.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@
14281428
see page \pageref{NAMED_SEMAPHORES}), hence they are called unnamed.
14291429
\item The semaphore functions adhere to the classical UNIX semantics --
14301430
they return -1 on error and set \texttt{errno}.
1431-
\item Example: \example{semaphores/sem.c}
1431+
\item Example: \example{semaphores/posix-unnamed-sem.c}
14321432
\end{itemize}
14331433

14341434
%%%%%

0 commit comments

Comments
 (0)