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_zsysnum__solaris__amd64.go,v 1.1 2026/02/22 15:20:08 bsiegert Exp $ SunOS does have SYS_ioctl. --- src/syscall/zsysnum_solaris_amd64.go.orig 2018-08-24 19:33:36.000000000 +0000 +++ src/syscall/zsysnum_solaris_amd64.go @@@@ -8,6 +8,7 @@@@ package syscall // TODO(aram): remove these before Go 1.3. const ( + SYS_IOCTL = 54 SYS_EXECVE = 59 SYS_FCNTL = 62 ) @