Skip to content

Commit b77796b

Browse files
frederick-vs-jajensmaurer
authored andcommitted
[atomics.alias] Use "declare" for typedef-names
1 parent da9cc23 commit b77796b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/threads.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2807,10 +2807,10 @@
28072807
\pnum
28082808
The type aliases \tcode{atomic_int$N$_t}, \tcode{atomic_uint$N$_t},
28092809
\tcode{atomic_intptr_t}, and \tcode{atomic_uintptr_t}
2810-
are defined if and only if
2810+
are declared if and only if
28112811
\tcode{int$N$_t}, \tcode{uint$N$_t},
28122812
\tcode{intptr_t}, and \tcode{uintptr_t}
2813-
are defined, respectively.
2813+
are declared, respectively.
28142814

28152815
\pnum
28162816
\indexlibraryglobal{atomic_signed_lock_free}%

0 commit comments

Comments
 (0)