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

Skip to content

Commit 37f1b34

Browse files
committed
Added entry for fpectl module documentation.
Moved the mutex docs to be adjacent to the sched docs, since these are meant to be used together (if they are used at all!).
1 parent fa214cc commit 37f1b34

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/lib/lib.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ \chapter*{Front Matter\label{front}}
7474
\input{libpython} % Python Runtime Services
7575
\input{libsys}
7676
\input{libgc}
77+
\input{libfpectl}
7778
\input{libatexit}
7879
\input{libtypes}
7980
\input{libuserdict}
@@ -137,6 +138,7 @@ \chapter*{Front Matter\label{front}}
137138
%\input{libcmpcache}
138139
\input{libtime}
139140
\input{libsched}
141+
\input{libmutex}
140142
\input{libgetpass}
141143
\input{libcurses}
142144
\input{libascii} % curses.ascii
@@ -155,7 +157,6 @@ \chapter*{Front Matter\label{front}}
155157
\input{libselect}
156158
\input{libthread}
157159
\input{libthreading}
158-
\input{libmutex}
159160
\input{libqueue}
160161
\input{libmmap}
161162
\input{libanydbm}

0 commit comments

Comments
 (0)