Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e308d7

Browse files
committed
Start new chapter on restricted execution.
1 parent 095538d commit 6e308d7

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

Doc/lib.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@
8383
\input{libcopy}
8484
\input{libmarshal}
8585
\input{libimp}
86-
\input{librexec}
87-
\input{libbastion}
8886
\input{libparser}
8987
\input{libbltin} % really __builtin__
9088
\input{libmain} % really __main__
@@ -147,6 +145,10 @@
147145
\input{libbinascii}
148146
\input{libxdrlib}
149147

148+
\input{librestricted}
149+
\input{librexec}
150+
\input{libbastion}
151+
150152
\input{libmm} % Multimedia Services
151153
\input{libaudioop}
152154
\input{libimageop}

Doc/lib/lib.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@
8383
\input{libcopy}
8484
\input{libmarshal}
8585
\input{libimp}
86-
\input{librexec}
87-
\input{libbastion}
8886
\input{libparser}
8987
\input{libbltin} % really __builtin__
9088
\input{libmain} % really __main__
@@ -147,6 +145,10 @@
147145
\input{libbinascii}
148146
\input{libxdrlib}
149147

148+
\input{librestricted}
149+
\input{librexec}
150+
\input{libbastion}
151+
150152
\input{libmm} % Multimedia Services
151153
\input{libaudioop}
152154
\input{libimageop}

0 commit comments

Comments
 (0)