Skip to content

Commit

Permalink
[atomics.alias] Use "declare" for typedef-names
Browse files Browse the repository at this point in the history
  • Loading branch information
frederick-vs-ja committed Apr 24, 2024
1 parent 576a4a2 commit eaf4ee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/threads.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2455,10 +2455,10 @@
\pnum
The type aliases \tcode{atomic_int$N$_t}, \tcode{atomic_uint$N$_t},
\tcode{atomic_intptr_t}, and \tcode{atomic_uintptr_t}
are defined if and only if
are declared if and only if
\tcode{int$N$_t}, \tcode{uint$N$_t},
\tcode{intptr_t}, and \tcode{uintptr_t}
are defined, respectively.
are declared, respectively.

\pnum
\indexlibraryglobal{atomic_signed_lock_free}%
Expand Down

0 comments on commit eaf4ee7

Please sign in to comment.