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 cda9931 commit bc8b02fCopy full SHA for bc8b02f
threads.tex
@@ -535,7 +535,7 @@
535
536
\begin{itemize}
537
\item \label{THREAD_SPECIFIC_DATA} Global variables and dynamically
538
-allocated data is common to all threads. Thread specific data provides a way to
+allocated data are common to all threads. Thread specific data provides a way to
539
create a global variable per thread. Note the difference between that and a
540
local variable in the thread function -- as you know, in C, the local variable
541
is not visible in other functions called from the thread function. Thread
0 commit comments