Skip to content

Commit ddb45f7

Browse files
committed
improve wording
1 parent f72c79b commit ddb45f7

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
@@ -822,7 +822,7 @@
822822
set to \texttt{PTHREAD\_MUTEX\_DEF\-AULT}. This type by itself does not define
823823
the result of (a) locking a locked mutex, (b) unlocking a mutex locked by a
824824
different thread, or (c) unlocking an unlocked mutex. Unix/Linux systems will
825-
map that macro to \texttt{PTHREAD\_MUTEX\_NORMAL} or
825+
map that macro to either \texttt{PTHREAD\_MUTEX\_NORMAL} or
826826
\texttt{PTHREAD\_\-MUT\-EX\_ERRORCHECK} (ignoring the recursive type, see
827827
below). Thus, depending on a specific system, locking an already locked mutex
828828
will result in a deadlock (\texttt{NORMAL}) or not (\texttt{ERRORCHECK}). In

0 commit comments

Comments
 (0)