OSDN Git Service

PR libstdc++/51701
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Dec 2011 15:41:37 +0000 (15:41 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Dec 2011 15:41:37 +0000 (15:41 +0000)
* doc/xml/manual/extensions.xml (Input and Output): Remove reference
to RWLock class.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182724 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 2d9e423..6b0220c 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 9932a02..6508293 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>