libgo: update to Go 1.11
[official-gcc.git] / libgo / go / path / filepath / symlink_unix.go
blobd20e63a987e9ad7a9986c5ecc05b4db5f92beb74
1 // +build !windows
3 package filepath
5 func evalSymlinks(path string) (string, error) {
6 return walkSymlinks(path)