Skip to content

Commit 1ca3cac

Browse files
[atomics.alias] Use "declare" for typedef-names
1 parent 3ff93b1 commit 1ca3cac

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
@@ -2428,10 +2428,10 @@
24282428
\pnum
24292429
The type aliases \tcode{atomic_int$N$_t}, \tcode{atomic_uint$N$_t},
24302430
\tcode{atomic_intptr_t}, and \tcode{atomic_uintptr_t}
2431-
are defined if and only if
2431+
are declared if and only if
24322432
\tcode{int$N$_t}, \tcode{uint$N$_t},
24332433
\tcode{intptr_t}, and \tcode{uintptr_t}
2434-
are defined, respectively.
2434+
are declared, respectively.
24352435

24362436
\pnum
24372437
\indexlibraryglobal{atomic_signed_lock_free}%

0 commit comments

Comments
 (0)