//go:build !windows

package filepath

func ( string) (string, error) {
	return walkSymlinks()
}