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.
This commit is contained in:
Fred Drake 2000-10-10 16:46:36 +00:00
parent ea761c0d9e
commit 6ff7aec2ab
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,6 @@ and how to embed it in other applications.
\input{libshutil}
\input{liblocale}
\input{libgettext}
\input{libmutex}
\input{libsomeos} % Optional Operating System Services
\input{libsignal}
@ -155,6 +154,7 @@ and how to embed it in other applications.
\input{libselect}
\input{libthread}
\input{libthreading}
\input{libmutex}
\input{libqueue}
\input{libmmap}
\input{libanydbm}