head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.08.22.18.49.07; author bsiegert; state Exp; branches; next ; commitid S80wl0ktjWneiFSG; desc @@ 1.1 log @go: add Go 1.27.0 as lang/go127 To find out what has changed in Go 1.27, read the release notes: https://go.dev/doc/go1.27 @ text @$NetBSD: patch-src_syscall_zerrors__solaris__amd64.go,v 1.1 2026/02/22 15:20:08 bsiegert Exp $ Support O_DIRECT on illumos. --- src/syscall/zerrors_solaris_amd64.go.orig 2024-06-20 19:20:56.000000000 +0000 +++ src/syscall/zerrors_solaris_amd64.go @@@@ -634,6 +634,7 @@@@ const ( O_APPEND = 0x8 O_CLOEXEC = 0x800000 O_CREAT = 0x100 + O_DIRECT = 0x2000000 O_DIRECTORY = 0x1000000 O_DSYNC = 0x40 O_EXCL = 0x400 @