File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 10
10
11
11
% % Library chapters
12
12
\newcommand {\firstlibchapter }{support}
13
- \newcommand {\lastlibchapter }{thread }
13
+ \newcommand {\lastlibchapter }{exec }
Original file line number Diff line number Diff line change 43
43
\ref {input.output } & Input/output library \\
44
44
\ref {re } & Regular expressions library \\
45
45
\ref {thread } & Concurrency support library \\
46
+ \ref {exec } & Execution control library \\
46
47
\end {floattable }
47
48
48
49
\pnum
129
130
and manage threads,
130
131
including atomic operations, mutual exclusion, and interthread communication.
131
132
133
+ \pnum
134
+ The execution control library\iref {exec } provides components
135
+ supporting execution of function objects.
136
+
132
137
\rSec 1[library.c]{The C standard library}
133
138
134
139
\pnum
You can’t perform that action at this time.
0 commit comments