]> Cypherpunks repositories - gostls13.git/commit
os,internal/syscall/windows: support O_* flags in Root.OpenFile
authorqmuntal <quimmuntal@gmail.com>
Wed, 26 Nov 2025 11:11:50 +0000 (12:11 +0100)
committerGopher Robot <gobot@golang.org>
Wed, 26 Nov 2025 19:56:54 +0000 (11:56 -0800)
commitb194f5d24a71e34f147c90e4351d80ac75be55de
treea69e72966e451d77002282b19adfaa20210a9b83
parente0a4dffb0c0eff51bb5b170d4ae0492a43de153d
os,internal/syscall/windows: support O_* flags in Root.OpenFile

These file flags are supported by os.OpenFile since CL 699415.

Closes #73676

Change-Id: Ib37102a565f538d394d2a94bd605d6c6004f3028
Reviewed-on: https://go-review.googlesource.com/c/go/+/724621
Auto-Submit: Damien Neil <dneil@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/internal/syscall/windows/at_windows.go
src/internal/syscall/windows/types_windows.go
src/os/root_windows.go
src/os/root_windows_test.go
src/syscall/types_windows.go