Skip to content

Commit ac76fb3

Browse files
[atomics.alias] Use "declare" for typedef-names
1 parent 4ff6582 commit ac76fb3

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
@@ -2859,10 +2859,10 @@
28592859
\pnum
28602860
The type aliases \tcode{atomic_int$N$_t}, \tcode{atomic_uint$N$_t},
28612861
\tcode{atomic_intptr_t}, and \tcode{atomic_uintptr_t}
2862-
are defined if and only if
2862+
are declared if and only if
28632863
\tcode{int$N$_t}, \tcode{uint$N$_t},
28642864
\tcode{intptr_t}, and \tcode{uintptr_t}
2865-
are defined, respectively.
2865+
are declared, respectively.
28662866

28672867
\pnum
28682868
\indexlibraryglobal{atomic_signed_lock_free}%

0 commit comments

Comments
 (0)