summaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index b4618effe80..d425f495196 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,9 @@
2015-09-11 Jonathan Wakely <jwakely@redhat.com>
+ PR libstdc++/67173
+ * src/filesystem/ops.cc (filesystem::canonical): Allocate buffer for
+ realpath on Solaris 10.
+
PR libstdc++/65142
* src/c++11/random.cc (random_device::_M_getval()): Check read result.