We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbcd784 commit 6dadbd5Copy full SHA for 6dadbd5
threads.tex
@@ -593,7 +593,7 @@
593
\item The \funnm{pthread\_cleanup\_push} and \funnm{pthread\_cleanup\_pop}
594
functions provide sort of a bracketing around code block that might need a
595
cleanup. In fact, more often than not these functions are implemented as macros
596
-that open and close code blocks. This enforces this usage pattern
+that open and close a code block. This enforces this usage pattern
597
(and causes trouble with \texttt{goto} statements).
598
\item Run a C preprocessor on \example{pthreads/pthread-cleanup.c} and see how
599
this is done.
0 commit comments