re PR libstdc++/51701 (Remove reference to Henry Suter's RWLock from documentation)
authorJonathan Wakely <jwakely.gcc@gmail.com>
Thu, 29 Dec 2011 15:41:37 +0000 (15:41 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 29 Dec 2011 15:41:37 +0000 (15:41 +0000)
PR libstdc++/51701
* doc/xml/manual/extensions.xml (Input and Output): Remove reference
to RWLock class.

From-SVN: r182724

libstdc++-v3/ChangeLog
libstdc++-v3/doc/xml/manual/extensions.xml

index 2d9e423557bea4cab8650a906f1ba1064337e3c8..6b0220c13a639f240e53a716ba1e4fe733332fa2 100644 (file)
@@ -1,3 +1,9 @@
+2011-12-29  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       PR libstdc++/51701
+       * doc/xml/manual/extensions.xml (Input and Output): Remove reference
+       to RWLock class.
+
 2011-12-23  Jonathan Wakely  <jwakely.gcc@gmail.com>
 
        * testsuite/tr1/2_general_utilities/shared_ptr/cons/
index 9932a020dd91ed728e2f09f029a2428fb6e8bc58..65082934396316a3e9d10d23622671ba407415a1 100644 (file)
@@ -475,14 +475,7 @@ get_temporary_buffer(5, (int*)0);
         descriptor, and provides the <code>fd()</code> function.
      </para></listitem>
    </itemizedlist>
-   <para>If you want to access a <code>filebuf</code>'s file descriptor to
-      implement file locking (e.g. using the <code>fcntl()</code> system
-      call) then you might be interested in Henry Suter's RWLock class.
-      <!-- url="http://suter.home.cern.ch/suter/RWLock.html" -->
-   </para>
 
-    <para>
-    </para>
   </section>
 </chapter>