aboutsummaryrefslogtreecommitdiff
path: root/doc/next/6-stdlib/99-minor/os/61893.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/next/6-stdlib/99-minor/os/61893.md')
-rw-r--r--doc/next/6-stdlib/99-minor/os/61893.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/next/6-stdlib/99-minor/os/61893.md b/doc/next/6-stdlib/99-minor/os/61893.md
index b2dd537039..d22060c869 100644
--- a/doc/next/6-stdlib/99-minor/os/61893.md
+++ b/doc/next/6-stdlib/99-minor/os/61893.md
@@ -1,7 +1,7 @@
-On Windows, the mode bits reported by [`os.Lstat`](/pkg/os#Lstat) and [`os.Stat`](/pkg/os#Stat)
-for reparse points changed. Mount points no longer have [`os.ModeSymlink`](/pkg/os#ModeSymlink) set,
-and reparse points that are not symlinks, Unix sockets, or dedup files now
-always have [`os.ModeIrregular`](/pkg/os#ModeIrregular) set.
+On Windows, the mode bits reported by [Lstat] and [Stat] for
+reparse points changed. Mount points no longer have [ModeSymlink] set,
+and reparse points that are not symlinks, Unix sockets, or dedup files
+now always have [ModeIrregular] set.
This behavior is controlled by the `winsymlink` setting.
For Go 1.23, it defaults to `winsymlink=1`.
Previous versions default to `winsymlink=0`.