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 c99c92c commit 83ea8edCopy full SHA for 83ea8ed
source/threads.tex
@@ -2807,10 +2807,10 @@
2807
\pnum
2808
The type aliases \tcode{atomic_int$N$_t}, \tcode{atomic_uint$N$_t},
2809
\tcode{atomic_intptr_t}, and \tcode{atomic_uintptr_t}
2810
-are defined if and only if
+are declared if and only if
2811
\tcode{int$N$_t}, \tcode{uint$N$_t},
2812
\tcode{intptr_t}, and \tcode{uintptr_t}
2813
-are defined, respectively.
+are declared, respectively.
2814
2815
2816
\indexlibraryglobal{atomic_signed_lock_free}%
0 commit comments