rust/src/libstd/sys
bors f55e66aaed Auto merge of #24198 - alexcrichton:windows-readlink, r=aturon
The current implementation of using GetFinalPathNameByHandle actually reads all
intermediate links instead of just looking at the current link. This commit
alters the behavior of the function to use a different API which correctly reads
only one level of the soft link.

[breaking-change]
2015-04-13 17:39:14 +00:00
..
common Implement reentrant mutexes and make stdio use them 2015-04-08 19:42:16 +03:00
unix std: Unconditionally close all file descriptors 2015-04-10 01:03:38 -07:00
windows Auto merge of #24198 - alexcrichton:windows-readlink, r=aturon 2015-04-13 17:39:14 +00:00