Skip to content

Commit 4bcaba0

Browse files
[atomics.alias] Use "declare" for typedef-names
1 parent 089dcf2 commit 4bcaba0

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
@@ -2752,10 +2752,10 @@
27522752
\pnum
27532753
The type aliases \tcode{atomic_int$N$_t}, \tcode{atomic_uint$N$_t},
27542754
\tcode{atomic_intptr_t}, and \tcode{atomic_uintptr_t}
2755-
are defined if and only if
2755+
are declared if and only if
27562756
\tcode{int$N$_t}, \tcode{uint$N$_t},
27572757
\tcode{intptr_t}, and \tcode{uintptr_t}
2758-
are defined, respectively.
2758+
are declared, respectively.
27592759

27602760
\pnum
27612761
\indexlibraryglobal{atomic_signed_lock_free}%

0 commit comments

Comments
 (0)