Skip to content

Commit f67d24c

Browse files
committed
[diff.mods.to.headers,depr.c.headers.other] Reflect new status of <stdatomic.h>.
1 parent 341857d commit f67d24c

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
@@ -2666,9 +2666,7 @@
26662666

26672667
\pnum
26682668
There are no \Cpp{} headers for the C standard library's headers
2669-
\libnoheader{stdatomic.h},
2670-
\libnoheader{stdnoreturn.h},
2671-
and \libnoheader{threads.h},
2669+
\libnoheader{stdnoreturn.h} and \libnoheader{threads.h},
26722670
nor are these headers from the C standard library headers themselves part of \Cpp{}.
26732671

26742672
\pnum

source/future.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,17 +236,18 @@
236236
\libheaderdef{signal.h} \\
237237
\libheader{stdalign.h} \\
238238
\libheaderdef{stdarg.h} \\
239+
\libheader{stdatomic.h} \\
239240
\libheader{stdbool.h} \\
240241
\libheaderdef{stddef.h} \\
241-
\libheaderdef{stdint.h} \\
242242
\columnbreak
243+
\libheaderdef{stdint.h} \\
243244
\libheaderdef{stdio.h} \\
244245
\libheaderdef{stdlib.h} \\
245246
\libheaderdef{string.h} \\
246247
\libheader{tgmath.h} \\
247248
\libheaderdef{time.h} \\
248-
\libheaderdef{uchar.h} \\
249249
\columnbreak
250+
\libheaderdef{uchar.h} \\
250251
\libheaderdef{wchar.h} \\
251252
\libheaderdef{wctype.h} \\
252253
\end{multicolfloattable}
@@ -358,6 +359,7 @@
358359
\libdeprheaderref{complex.h},
359360
\libdeprheaderref{iso646.h},
360361
\libdeprheaderref{stdalign.h},\newline
362+
\libheaderref{stdatomic.h},
361363
\libdeprheaderref{stdbool.h}, and
362364
\libdeprheaderref{tgmath.h},
363365
each of

source/lib-intro.tex

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

0 commit comments

Comments
 (0)