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 351e4f9 commit 1f3da45Copy full SHA for 1f3da45
source/threads.tex
@@ -2455,10 +2455,10 @@
2455
\pnum
2456
The type aliases \tcode{atomic_int$N$_t}, \tcode{atomic_uint$N$_t},
2457
\tcode{atomic_intptr_t}, and \tcode{atomic_uintptr_t}
2458
-are defined if and only if
+are declared if and only if
2459
\tcode{int$N$_t}, \tcode{uint$N$_t},
2460
\tcode{intptr_t}, and \tcode{uintptr_t}
2461
-are defined, respectively.
+are declared, respectively.
2462
2463
2464
\indexlibraryglobal{atomic_signed_lock_free}%
0 commit comments