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