Skip to content

Commit bc4d7c8

Browse files
jensmaurertkoeppe
authored andcommitted
[diff.mods.to.headers,depr.c.headers.other] Reflect new status of <stdatomic.h>.
1 parent 7d106fd commit bc4d7c8

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

source/compatibility.tex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2674,9 +2674,7 @@
26742674

26752675
\pnum
26762676
There are no \Cpp{} headers for the C standard library's headers
2677-
\libnoheader{stdatomic.h},
2678-
\libnoheader{stdnoreturn.h},
2679-
and \libnoheader{threads.h},
2677+
\libnoheader{stdnoreturn.h} and \libnoheader{threads.h},
26802678
nor are these headers from the C standard library headers themselves part of \Cpp{}.
26812679

26822680
\pnum

source/future.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,17 +243,18 @@
243243
\libheaderdef{signal.h} \\
244244
\libheader{stdalign.h} \\
245245
\libheaderdef{stdarg.h} \\
246+
\libheader{stdatomic.h} \\
246247
\libheader{stdbool.h} \\
247248
\libheaderdef{stddef.h} \\
248-
\libheaderdef{stdint.h} \\
249249
\columnbreak
250+
\libheaderdef{stdint.h} \\
250251
\libheaderdef{stdio.h} \\
251252
\libheaderdef{stdlib.h} \\
252253
\libheaderdef{string.h} \\
253254
\libheader{tgmath.h} \\
254255
\libheaderdef{time.h} \\
255-
\libheaderdef{uchar.h} \\
256256
\columnbreak
257+
\libheaderdef{uchar.h} \\
257258
\libheaderdef{wchar.h} \\
258259
\libheaderdef{wctype.h} \\
259260
\end{multicolfloattable}
@@ -365,6 +366,7 @@
365366
\libdeprheaderref{complex.h},
366367
\libdeprheaderref{iso646.h},
367368
\libdeprheaderref{stdalign.h},\newline
369+
\libheaderref{stdatomic.h},
368370
\libdeprheaderref{stdbool.h}, and
369371
\libdeprheaderref{tgmath.h},
370372
each of

source/lib-intro.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,6 @@
10131013
\begin{footnote}
10141014
It is intentional that there is no \Cpp{} header
10151015
for any of these C headers:
1016-
\libnoheader{stdatomic.h},
10171016
\libnoheader{stdnoreturn.h},
10181017
\libnoheader{threads.h}.
10191018
\end{footnote}

0 commit comments

Comments
 (0)