]> Cypherpunks repositories - gostls13.git/commit
syscall: Readlink doesn't handle junction on windows
authormattn <mattn.jp@gmail.com>
Tue, 6 Jan 2015 00:47:37 +0000 (09:47 +0900)
committerAlex Brainman <alex.brainman@gmail.com>
Thu, 12 Feb 2015 02:03:25 +0000 (02:03 +0000)
commite77fbd598faeffd9231c8ecd6e2c2f42312c717e
treec3338a0071d9c8b42e55d1465891e768c2bc8043
parentf58a5cb9e2d03ff1baa37cce63766cdb8cba7221
syscall: Readlink doesn't handle junction on windows

Fixes #9190

Change-Id: I22177687ed834feed165454019d28c11fcbf0fa2
Reviewed-on: https://go-review.googlesource.com/2307
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
src/os/os_windows_test.go
src/syscall/syscall_windows.go
src/syscall/ztypes_windows.go