Skip to content

Commit ace16c8

Browse files
committed
[config,library.general] Reflect new clause 34
1 parent 94a62b7 commit ace16c8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

source/config.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
%% Library chapters
1212
\newcommand{\firstlibchapter}{support}
13-
\newcommand{\lastlibchapter}{thread}
13+
\newcommand{\lastlibchapter}{exec}

source/lib-intro.tex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
\ref{input.output} & Input/output library \\
4444
\ref{re} & Regular expressions library \\
4545
\ref{thread} & Concurrency support library \\
46+
\ref{exec} & Execution control library \\
4647
\end{floattable}
4748

4849
\pnum
@@ -129,6 +130,10 @@
129130
and manage threads,
130131
including atomic operations, mutual exclusion, and interthread communication.
131132

133+
\pnum
134+
The execution control library\iref{exec} provides components
135+
supporting execution of function objects.
136+
132137
\rSec1[library.c]{The C standard library}
133138

134139
\pnum

0 commit comments

Comments
 (0)