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 a7daf40 commit ef1fafdCopy full SHA for ef1fafd
source/threads.tex
@@ -2857,10 +2857,10 @@
2857
\pnum
2858
The type aliases \tcode{atomic_int$N$_t}, \tcode{atomic_uint$N$_t},
2859
\tcode{atomic_intptr_t}, and \tcode{atomic_uintptr_t}
2860
-are defined if and only if
+are declared if and only if
2861
\tcode{int$N$_t}, \tcode{uint$N$_t},
2862
\tcode{intptr_t}, and \tcode{uintptr_t}
2863
-are defined, respectively.
+are declared, respectively.
2864
2865
2866
\indexlibraryglobal{atomic_signed_lock_free}%
0 commit comments