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 089dcf2 commit 4bcaba0Copy full SHA for 4bcaba0
source/threads.tex
@@ -2752,10 +2752,10 @@
2752
\pnum
2753
The type aliases \tcode{atomic_int$N$_t}, \tcode{atomic_uint$N$_t},
2754
\tcode{atomic_intptr_t}, and \tcode{atomic_uintptr_t}
2755
-are defined if and only if
+are declared if and only if
2756
\tcode{int$N$_t}, \tcode{uint$N$_t},
2757
\tcode{intptr_t}, and \tcode{uintptr_t}
2758
-are defined, respectively.
+are declared, respectively.
2759
2760
2761
\indexlibraryglobal{atomic_signed_lock_free}%
0 commit comments