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

Skip to content

Commit 6ff7aec

Browse files
committed
Move the documentation for the mutex module to be with the threading
and queue-management modules, since that is where the general context for use in most cases.
1 parent ea761c0 commit 6ff7aec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/lib.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,14 @@ \chapter*{Front Matter\label{front}}
147147
\input{libshutil}
148148
\input{liblocale}
149149
\input{libgettext}
150-
\input{libmutex}
151150

152151
\input{libsomeos} % Optional Operating System Services
153152
\input{libsignal}
154153
\input{libsocket}
155154
\input{libselect}
156155
\input{libthread}
157156
\input{libthreading}
157+
\input{libmutex}
158158
\input{libqueue}
159159
\input{libmmap}
160160
\input{libanydbm}

0 commit comments

Comments
 (0)