Fix filesystem::canonical on Solaris 10.
authorJonathan Wakely <jwakely@redhat.com>
Fri, 11 Sep 2015 14:20:32 +0000 (15:20 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 11 Sep 2015 14:20:32 +0000 (15:20 +0100)
commit7c928f726d68d925a0f5f6fe8843ebee7738963f
tree1a8bea5d9cd15c9ef39cb6a0e54b778f0da1ba9e
parent42b6aad9ef7d70975b910e3f2835b03d5ae2d8bb
Fix filesystem::canonical on Solaris 10.

PR libstdc++/67173
* src/filesystem/ops.cc (filesystem::canonical): Allocate buffer for
realpath on Solaris 10.

From-SVN: r227689
libstdc++-v3/ChangeLog
libstdc++-v3/src/filesystem/ops.cc