Commit 643e66e
committed
Remove Windows' Readlink fork
This reverts the part of commit 8100e75 (PR #113)
that added the fork of Readlink() for Windows.
At that time the fork was done to work around the bug
in golang's implementation of os.Readlink() for Windows.
The above bug was never reported upstream, but fortunately
it was independently found, reported [1], and fixed [2].
The fix made its way into go-1.13 (there is no mention of
that in release notes, so I checked it in git history).
[1] golang/go#30463
[2] https://go-review.googlesource.com/c/go/+/164201
Signed-off-by: Kir Kolyshkin <[email protected]>1 parent da42a30 commit 643e66e
6 files changed
Lines changed: 4 additions & 279 deletions
File tree
- driver
- syscallx
- sysx
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
141 | 145 | | |
142 | 146 | | |
143 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
| |||
41 | 39 | | |
42 | 40 | | |
43 | 41 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments