Skip to content

Commit 0c3b8b2

Browse files
[atomics.alias] Use "declare" for typedef-names
1 parent 7b63073 commit 0c3b8b2

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
@@ -2455,10 +2455,10 @@
24552455
\pnum
24562456
The type aliases \tcode{atomic_int$N$_t}, \tcode{atomic_uint$N$_t},
24572457
\tcode{atomic_intptr_t}, and \tcode{atomic_uintptr_t}
2458-
are defined if and only if
2458+
are declared if and only if
24592459
\tcode{int$N$_t}, \tcode{uint$N$_t},
24602460
\tcode{intptr_t}, and \tcode{uintptr_t}
2461-
are defined, respectively.
2461+
are declared, respectively.
24622462

24632463
\pnum
24642464
\indexlibraryglobal{atomic_signed_lock_free}%

0 commit comments

Comments
 (0)