diff options
author | Jonathan Wakely <jwakely.gcc@gmail.com> | 2011-12-29 15:41:37 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2011-12-29 15:41:37 +0000 |
commit | 10b293bbd0844afa8a500f535dbd4b3a010f5d81 (patch) | |
tree | f3ccc60e45207abd3071e1026bb36df3c11b43e5 /libstdc++-v3 | |
parent | 91afd29bd7824ff07ffe61f327af86f189c59188 (diff) | |
download | gcc-10b293bbd0844afa8a500f535dbd4b3a010f5d81.zip gcc-10b293bbd0844afa8a500f535dbd4b3a010f5d81.tar.gz gcc-10b293bbd0844afa8a500f535dbd4b3a010f5d81.tar.bz2 |
re PR libstdc++/51701 (Remove reference to Henry Suter's RWLock from documentation)
PR libstdc++/51701
* doc/xml/manual/extensions.xml (Input and Output): Remove reference
to RWLock class.
From-SVN: r182724
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 6 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/extensions.xml | 7 |
2 files changed, 6 insertions, 7 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 2d9e423..6b0220c 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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/ diff --git a/libstdc++-v3/doc/xml/manual/extensions.xml b/libstdc++-v3/doc/xml/manual/extensions.xml index 9932a02..6508293 100644 --- a/libstdc++-v3/doc/xml/manual/extensions.xml +++ b/libstdc++-v3/doc/xml/manual/extensions.xml @@ -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> |