]> Cypherpunks repositories - gostls13.git/commitdiff
syscall: follow convention for generated code comment
authorTobias Klauser <tklauser@distanz.ch>
Thu, 5 Sep 2024 12:02:38 +0000 (14:02 +0200)
committerGopher Robot <gobot@golang.org>
Sat, 7 Sep 2024 18:31:28 +0000 (18:31 +0000)
Follow the convention (https://golang.org/s/generatedcode) for generated
code as if we would regenerate them using mkall.sh. This also drops the
superfluous //go:build tags which are already implied by the file names.

Change-Id: Ic97c6ba9d707d347f06a7d6c1dd07b556d82c882
Reviewed-on: https://go-review.googlesource.com/c/go/+/611115
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

77 files changed:
src/syscall/zerrors_darwin_amd64.go
src/syscall/zerrors_darwin_arm64.go
src/syscall/zerrors_dragonfly_amd64.go
src/syscall/zerrors_freebsd_386.go
src/syscall/zerrors_freebsd_amd64.go
src/syscall/zerrors_freebsd_arm.go
src/syscall/zerrors_freebsd_arm64.go
src/syscall/zerrors_freebsd_riscv64.go
src/syscall/zerrors_linux_386.go
src/syscall/zerrors_linux_amd64.go
src/syscall/zerrors_linux_arm.go
src/syscall/zerrors_linux_arm64.go
src/syscall/zerrors_linux_mips.go
src/syscall/zerrors_linux_mips64.go
src/syscall/zerrors_linux_mips64le.go
src/syscall/zerrors_linux_mipsle.go
src/syscall/zerrors_linux_ppc64.go
src/syscall/zerrors_linux_ppc64le.go
src/syscall/zerrors_linux_riscv64.go
src/syscall/zerrors_linux_s390x.go
src/syscall/zerrors_netbsd_386.go
src/syscall/zerrors_netbsd_amd64.go
src/syscall/zerrors_netbsd_arm.go
src/syscall/zerrors_netbsd_arm64.go
src/syscall/zerrors_openbsd_386.go
src/syscall/zerrors_openbsd_amd64.go
src/syscall/zerrors_openbsd_arm.go
src/syscall/zerrors_solaris_amd64.go
src/syscall/zsysnum_darwin_amd64.go
src/syscall/zsysnum_darwin_arm64.go
src/syscall/zsysnum_dragonfly_amd64.go
src/syscall/zsysnum_freebsd_386.go
src/syscall/zsysnum_freebsd_amd64.go
src/syscall/zsysnum_freebsd_arm.go
src/syscall/zsysnum_freebsd_arm64.go
src/syscall/zsysnum_freebsd_riscv64.go
src/syscall/zsysnum_linux_386.go
src/syscall/zsysnum_linux_amd64.go
src/syscall/zsysnum_linux_arm.go
src/syscall/zsysnum_linux_arm64.go
src/syscall/zsysnum_linux_ppc64.go
src/syscall/zsysnum_linux_ppc64le.go
src/syscall/zsysnum_netbsd_386.go
src/syscall/zsysnum_netbsd_amd64.go
src/syscall/zsysnum_netbsd_arm.go
src/syscall/zsysnum_netbsd_arm64.go
src/syscall/zsysnum_openbsd_386.go
src/syscall/zsysnum_openbsd_amd64.go
src/syscall/zsysnum_openbsd_arm.go
src/syscall/zsysnum_solaris_amd64.go
src/syscall/ztypes_darwin_amd64.go
src/syscall/ztypes_darwin_arm64.go
src/syscall/ztypes_dragonfly_amd64.go
src/syscall/ztypes_freebsd_386.go
src/syscall/ztypes_freebsd_amd64.go
src/syscall/ztypes_freebsd_arm.go
src/syscall/ztypes_freebsd_arm64.go
src/syscall/ztypes_freebsd_riscv64.go
src/syscall/ztypes_linux_386.go
src/syscall/ztypes_linux_amd64.go
src/syscall/ztypes_linux_arm.go
src/syscall/ztypes_linux_arm64.go
src/syscall/ztypes_linux_mips.go
src/syscall/ztypes_linux_mips64.go
src/syscall/ztypes_linux_mips64le.go
src/syscall/ztypes_linux_mipsle.go
src/syscall/ztypes_linux_ppc64.go
src/syscall/ztypes_linux_ppc64le.go
src/syscall/ztypes_linux_riscv64.go
src/syscall/ztypes_linux_s390x.go
src/syscall/ztypes_netbsd_386.go
src/syscall/ztypes_netbsd_amd64.go
src/syscall/ztypes_netbsd_arm.go
src/syscall/ztypes_netbsd_arm64.go
src/syscall/ztypes_openbsd_386.go
src/syscall/ztypes_openbsd_amd64.go
src/syscall/ztypes_solaris_amd64.go

index ecbe89c5473a7cb2dcf482ccf2a360b4b4c81bf6..bad1f889b6365ec930944654bbaf363dee04b0d8 100644 (file)
@@ -1,11 +1,9 @@
 // mkerrors.sh -m64
 // Code generated by the command above; DO NOT EDIT.
 
-// Created by cgo -godefs - DO NOT EDIT
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs -- -m64 _const.go
 
-//go:build amd64 && darwin
-
 package syscall
 
 const (
index fa7cb845c316896000d52bca5c124e76edfc8c9b..53236ca46081470e728a415968a5be1c9db03c7c 100644 (file)
@@ -1,11 +1,9 @@
 // mkerrors.sh -m64
 // Code generated by the command above; DO NOT EDIT.
 
-// Created by cgo -godefs - DO NOT EDIT
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs -- -m64 _const.go
 
-//go:build arm64 && darwin
-
 package syscall
 
 const (
index bca2f50c9695da591b3f54861f483425591176d9..d87ab132fe76ad8d10906fc7913f3b58638f1d5d 100644 (file)
@@ -1,11 +1,9 @@
 // mkerrors.sh -m64
 // Code generated by the command above; DO NOT EDIT.
 
-// Created by cgo -godefs - DO NOT EDIT
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs -- -m64 _const.go
 
-//go:build amd64 && dragonfly
-
 package syscall
 
 const (
index b1441e76a3c77d39453a4abc4fd77f8375ff75b1..c59b7dae6c5e42be90415f03d0a4fd6550c97474 100644 (file)
@@ -1,11 +1,9 @@
 // mkerrors.sh -m32
 // Code generated by the command above; DO NOT EDIT.
 
-// Created by cgo -godefs - DO NOT EDIT
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs -- -m32 _const.go
 
-//go:build 386 && freebsd
-
 package syscall
 
 const (
index 3aed004986d0bec029344c5ace1048294adb37e1..305b8c66ffe35b67a25f26da30b55095cefa286f 100644 (file)
@@ -1,11 +1,9 @@
 // mkerrors.sh -m64
 // Code generated by the command above; DO NOT EDIT.
 
-// Created by cgo -godefs - DO NOT EDIT
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs -- -m64 _const.go
 
-//go:build amd64 && freebsd
-
 package syscall
 
 const (
index e1f91ff86cb7ec288919c2bafd74213a566ba2d6..9e082e308f13a95c71b9f5e0965156d62ffe1cd6 100644 (file)
@@ -1,11 +1,9 @@
 // mkerrors.sh
 // Code generated by the command above; DO NOT EDIT.
 
-// Created by cgo -godefs - DO NOT EDIT
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs -- _const.go
 
-//go:build arm && freebsd
-
 package syscall
 
 const (
index d0cb6c8ac751bab068a6d963c19b3c65d9c91675..305b8c66ffe35b67a25f26da30b55095cefa286f 100644 (file)
@@ -1,8 +1,6 @@
 // mkerrors.sh -m64
 // Code generated by the command above; DO NOT EDIT.
 
-//go:build freebsd && arm64
-
 // Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs -- -m64 _const.go
 
index 7aa9aa985a3f585183e8c99827275f907662ca9a..305b8c66ffe35b67a25f26da30b55095cefa286f 100644 (file)
@@ -1,8 +1,6 @@
 // mkerrors.sh -m64
 // Code generated by the command above; DO NOT EDIT.
 
-//go:build freebsd && riscv64
-
 // Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs -- -m64 _const.go
 
index 045a4166b0418be3048bc19a1cd7f083ed985219..9d4ecdeb698056450f31713bc798b94d72e041ee 100644 (file)
@@ -1,11 +1,9 @@
 // mkerrors.sh -m32
 // Code generated by the command above; DO NOT EDIT.
 
-// Created by cgo -godefs - DO NOT EDIT
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs -- -m32 _const.go
 
-//go:build 386 && linux
-
 package syscall
 
 const (
index 4eb44746487634741c2ecc11a1add2ae72ea04c2..a8b67801e6936f31d544cbb0610e71d470089102 100644 (file)
@@ -1,11 +1,9 @@
 // mkerrors.sh -m64
 // Code generated by the command above; DO NOT EDIT.
 
-// Created by cgo -godefs - DO NOT EDIT
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs -- -m64 _const.go
 
-//go:build amd64 && linux
-
 package syscall
 
 const (
index a5f925ec6dde65b47f6cb9fd02a7f39510de53e0..285d26a5618e136179e989dc838269a3508e8b16 100644 (file)
@@ -1,11 +1,9 @@
 // mkerrors.sh
 // Code generated by the command above; DO NOT EDIT.
 
-// Created by cgo -godefs - DO NOT EDIT
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs -- _const.go
 
-//go:build arm && linux
-
 package syscall
 
 const (
index ec8ac0708e0e49647a4385c06bccfbc50317cc67..d32a290ad35ab33cca561b2cae7daf04683cd62d 100644 (file)
@@ -1,11 +1,9 @@
 // mkerrors.sh
 // Code generated by the command above; DO NOT EDIT.
 
-// Created by cgo -godefs - DO NOT EDIT
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs -- _const.go
 
-//go:build arm64 && linux
-
 package syscall
 
 const (
index 3fe5c0075767837043fbcc9644cea8fca960f3ef..81657d1c33a8a24c75c44ad7ac76ec9c68ff3360 100644 (file)
@@ -1,7 +1,7 @@
 // mkerrors.sh
 // Code generated by the command above; DO NOT EDIT.
 
-// Created by cgo -godefs - DO NOT EDIT
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs -- _const.go
 
 package syscall
index 74a1843ec2975d2f52738b53da60ec3e7d88a60e..6953c92484bc6ac726923a92acbde9e636042594 100644 (file)
@@ -1,7 +1,7 @@
 // mkerrors.sh
 // Code generated by the command above; DO NOT EDIT.
 
-// Created by cgo -godefs - DO NOT EDIT
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs _const.go
 
 package syscall
index 74a1843ec2975d2f52738b53da60ec3e7d88a60e..6953c92484bc6ac726923a92acbde9e636042594 100644 (file)
@@ -1,7 +1,7 @@
 // mkerrors.sh
 // Code generated by the command above; DO NOT EDIT.
 
-// Created by cgo -godefs - DO NOT EDIT
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs _const.go
 
 package syscall
index 3fe5c0075767837043fbcc9644cea8fca960f3ef..81657d1c33a8a24c75c44ad7ac76ec9c68ff3360 100644 (file)
@@ -1,7 +1,7 @@
 // mkerrors.sh
 // Code generated by the command above; DO NOT EDIT.
 
-// Created by cgo -godefs - DO NOT EDIT
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs -- _const.go
 
 package syscall
index b63daea853b2c8595643fe893dbc6db909cc8f7f..f0661a244556c69f44076ac9c5fa1a71e2e830f0 100644 (file)
@@ -1,11 +1,9 @@
 // mkerrors.sh -m64
 // Code generated by the command above; DO NOT EDIT.
 
-// Created by cgo -godefs - DO NOT EDIT
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs -- -m64 _const.go
 
-//go:build ppc64 && linux
-
 package syscall
 
 const (
index 01f8adb027528060130b5f84b24d113a2649cdc0..73849d49880fa174d1a65b157f272bb265980657 100644 (file)
@@ -1,11 +1,9 @@
 // mkerrors.sh -m64
 // Code generated by the command above; DO NOT EDIT.
 
-// Created by cgo -godefs - DO NOT EDIT
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs -- -m64 _const.go
 
-//go:build ppc64le && linux
-
 package syscall
 
 const (
index f4b1d9ae65f21fc09d319879c64ef8e2e9d61adb..760d87429a4a459e9b0080eb91344ec12c55f49f 100644 (file)
@@ -1,7 +1,7 @@
 // mkerrors.sh
 // Code generated by the command above; DO NOT EDIT.
 
-// Created by cgo -godefs - DO NOT EDIT
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs -- _const.go
 
 package syscall
index 8b99a60995e26ed06c1ff9b0fadae0c272caddf1..9abad9ed704f8bf9eead47b7327026d5ffa69034 100644 (file)
@@ -1,7 +1,7 @@
 // mkerrors.sh -m64
 // Code generated by the command above; DO NOT EDIT.
 
-// Created by cgo -godefs - DO NOT EDIT
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs -- -m64 _const.go
 
 package syscall
index b2fcb65782e98cb580b61cd37798adf5a435dfd9..6f21b5627817940f5a8c81b03a872ddf0d1d457b 100644 (file)
@@ -1,11 +1,9 @@
 // mkerrors.sh -m32
 // Code generated by the command above; DO NOT EDIT.
 
-// Created by cgo -godefs - DO NOT EDIT
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs -- -m32 _const.go
 
-//go:build 386 && netbsd
-
 package syscall
 
 const (
index dc52c3ca573ec863aee220bfb8ec3ca81181d5bd..a404ac213d201811179f8b2b9f267dd5699604ce 100644 (file)
@@ -1,11 +1,9 @@
 // mkerrors.sh -m64
 // Code generated by the command above; DO NOT EDIT.
 
-// Created by cgo -godefs - DO NOT EDIT
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs -- -m64 _const.go
 
-//go:build amd64 && netbsd
-
 package syscall
 
 const (
index 3137e18a2471f54b0778b68b42132e3884f4799a..fdf0ca0cfda46df7f1102b34cde40a56986c2a6d 100644 (file)
@@ -1,11 +1,9 @@
 // mkerrors.sh -marm
 // Code generated by the command above; DO NOT EDIT.
 
-// Created by cgo -godefs - DO NOT EDIT
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs -- -marm _const.go
 
-//go:build arm && netbsd
-
 package syscall
 
 const (
index cc1b0088c9ab95655cfbe65f95202f3129c2450b..a404ac213d201811179f8b2b9f267dd5699604ce 100644 (file)
@@ -1,11 +1,9 @@
 // mkerrors.sh -m64
 // Code generated by the command above; DO NOT EDIT.
 
-// Created by cgo -godefs - DO NOT EDIT
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs -- -m64 _const.go
 
-//go:build arm64 && netbsd
-
 package syscall
 
 const (
index a37d6d16346d4f8b594f381e704d0b62949b4930..4bdae34bbbaf4627bb5e2bbca17cdff112116e42 100644 (file)
@@ -1,11 +1,9 @@
 // mkerrors.sh -m32
 // Code generated by the command above; DO NOT EDIT.
 
-// Created by cgo -godefs - DO NOT EDIT
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs -- -m32 _const.go
 
-//go:build 386 && openbsd
-
 package syscall
 
 const (
index 812fd950a7fc893ebf183224d0b557b9d074289e..69c68502bee64d35a726b095d5b1e0ea1450a21c 100644 (file)
@@ -1,11 +1,9 @@
 // mkerrors.sh -m64
 // Code generated by the command above; DO NOT EDIT.
 
-// Created by cgo -godefs - DO NOT EDIT
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs -- -m64 _const.go
 
-//go:build amd64 && openbsd
-
 package syscall
 
 const (
index 2e19672b05a226413c21e12f4581eee8792327c0..dc6379b3c05d7ad251d947267ca8c8734db49a9c 100644 (file)
@@ -1,11 +1,9 @@
 // mkerrors.sh
 // Code generated by the command above; DO NOT EDIT.
 
-// Created by cgo -godefs - DO NOT EDIT
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs -- _const.go
 
-//go:build arm && openbsd
-
 package syscall
 
 const (
index b2c81d9a51f97a2fa589400c1d9b370fd571c254..094a78dcc515ad2ebf00448f8b64c70739b04e8d 100644 (file)
@@ -1,11 +1,9 @@
 // mkerrors.sh -m64
 // Code generated by the command above; DO NOT EDIT.
 
-// Created by cgo -godefs - DO NOT EDIT
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs -- -m64 _const.go
 
-//go:build amd64 && solaris
-
 package syscall
 
 const (
index 08e003f2926448046e5a0f0ff76f814fc8262a28..dcff3ca8346c72196501ebc943f7934de0bb4b14 100644 (file)
@@ -1,8 +1,6 @@
 // mksysnum_darwin.pl /usr/include/sys/syscall.h
 // Code generated by the command above; DO NOT EDIT.
 
-//go:build amd64 && darwin
-
 package syscall
 
 const (
index 71309bb4d6f7f83fb645b899a23f46f15e9e9a33..d023dc3e036b4ca0dfc2684962bc126bfc170d2d 100644 (file)
@@ -1,8 +1,6 @@
 // mksysnum_darwin.pl /usr/include/sys/syscall.h
 // Code generated by the command above; DO NOT EDIT.
 
-//go:build arm64 && darwin
-
 package syscall
 
 const (
index 03d4b06a09b40145b747dab7dd26f98c481f7ce2..b9fb1c0807ab36aa0a36df2a7060cf19b61ec957 100644 (file)
@@ -1,8 +1,6 @@
 // mksysnum_dragonfly.pl
 // Code generated by the command above; DO NOT EDIT.
 
-//go:build amd64 && dragonfly
-
 package syscall
 
 const (
index ada885e458f4f3a97541e56fe57d46b5bdc3a31d..348bcd014d2fe6870711d7e506f75bc941de3e26 100644 (file)
@@ -1,8 +1,6 @@
 // mksysnum_freebsd.pl
 // Code generated by the command above; DO NOT EDIT.
 
-//go:build 386 && freebsd
-
 package syscall
 
 const (
index 85a50ad94be8e293945ff10c3e1eeb644c8bb3fe..348bcd014d2fe6870711d7e506f75bc941de3e26 100644 (file)
@@ -1,8 +1,6 @@
 // mksysnum_freebsd.pl
 // Code generated by the command above; DO NOT EDIT.
 
-//go:build amd64 && freebsd
-
 package syscall
 
 const (
index 7f6e3fc3f54ae34005667923e77de06419761420..348bcd014d2fe6870711d7e506f75bc941de3e26 100644 (file)
@@ -1,8 +1,6 @@
 // mksysnum_freebsd.pl
 // Code generated by the command above; DO NOT EDIT.
 
-//go:build arm && freebsd
-
 package syscall
 
 const (
index bde0f3bcb744a9ff396727bb935815105711b362..43870907f9f237f2f8a5289bfbfd3c44f8f4e8c8 100644 (file)
@@ -1,8 +1,6 @@
 // mksysnum_freebsd.pl
 // Code generated by the command above; DO NOT EDIT.
 
-//go:build arm64 && freebsd
-
 package syscall
 
 const (
index 48e70296437bfc91af3c6a4a55d6ef132db2ce71..43870907f9f237f2f8a5289bfbfd3c44f8f4e8c8 100644 (file)
@@ -1,8 +1,6 @@
 // mksysnum_freebsd.pl
 // Code generated by the command above; DO NOT EDIT.
 
-//go:build riscv64 && freebsd
-
 package syscall
 
 const (
index 4966d2a94714e89d4634275c25d3bdfd281d7cf3..e5e474fb445101c7ad2183346a5bbd0feedfd24a 100644 (file)
@@ -1,8 +1,6 @@
 // mksysnum_linux.pl /usr/include/asm/unistd_32.h
 // Code generated by the command above; DO NOT EDIT.
 
-//go:build 386 && linux
-
 package syscall
 
 const (
index 576c7c36a6b7eb70cf0e3b311f428fdc097b35bb..2a78e3a00d8d20c83b1e9f8814433cc16934260d 100644 (file)
@@ -1,8 +1,6 @@
 // mksysnum_linux.pl /usr/include/asm/unistd_64.h
 // Code generated by the command above; DO NOT EDIT.
 
-//go:build amd64 && linux
-
 package syscall
 
 const (
index b0da97c64bc32d6848fa0a27a438e8fd4b595486..58e3a7813aad6871ca0bdd13d55929d137f4b6d2 100644 (file)
@@ -1,8 +1,6 @@
 // mksysnum_linux.pl
 // Code generated by the command above; DO NOT EDIT.
 
-//go:build arm && linux
-
 package syscall
 
 const (
index 0136d9440b897a9a2b762cb8cd07e6362a632e9a..0ccb57aad41fec73bc6c13af5384fd9629c15460 100644 (file)
@@ -1,8 +1,6 @@
 // mksysnum_linux.pl /usr/include/asm-generic/unistd.h
 // Code generated by the command above; DO NOT EDIT.
 
-//go:build arm64 && linux
-
 package syscall
 
 const (
index cc964c23e2eef022236ffe12a5db01663529d8ec..c2e058b2b03a340a369229cf551982c7674d917f 100644 (file)
@@ -1,8 +1,6 @@
 // mksysnum_linux.pl /usr/include/asm/unistd.h
 // Code generated by the command above; DO NOT EDIT.
 
-//go:build ppc64 && linux
-
 package syscall
 
 const (
index 57bfb7795f23418fc95d0ebbcfe056129f4c5c56..0c8de6271cd9df412a1c5e510d3c65f92ae557b4 100644 (file)
@@ -1,8 +1,6 @@
 // mksysnum_linux.pl /usr/include/powerpc64le-linux-gnu/asm/unistd.h
 // Code generated by the command above; DO NOT EDIT.
 
-//go:build ppc64le && linux
-
 package syscall
 
 const (
index 5696c4befebc897d49127e2f511e34e87116be75..c28d0b4ea17c0845088db77933d86fc7156b4afe 100644 (file)
@@ -1,8 +1,6 @@
 // mksysnum_netbsd.pl
 // Code generated by the command above; DO NOT EDIT.
 
-//go:build 386 && netbsd
-
 package syscall
 
 const (
index 9fb85cddbaf858168fe7006444a34b6b6a7e7926..c28d0b4ea17c0845088db77933d86fc7156b4afe 100644 (file)
@@ -1,8 +1,6 @@
 // mksysnum_netbsd.pl
 // Code generated by the command above; DO NOT EDIT.
 
-//go:build amd64 && netbsd
-
 package syscall
 
 const (
index e0e8994641ab71b19569f06597e2218411d739ea..c28d0b4ea17c0845088db77933d86fc7156b4afe 100644 (file)
@@ -1,8 +1,6 @@
 // mksysnum_netbsd.pl
 // Code generated by the command above; DO NOT EDIT.
 
-//go:build arm && netbsd
-
 package syscall
 
 const (
index 9653364dae9411283badfca0d44cd56804c63359..c28d0b4ea17c0845088db77933d86fc7156b4afe 100644 (file)
@@ -1,8 +1,6 @@
 // mksysnum_netbsd.pl
 // Code generated by the command above; DO NOT EDIT.
 
-//go:build arm64 && netbsd
-
 package syscall
 
 const (
index 3b12639bd739930a8ac4b2e95092d94a3be56135..622efe19f2699fa247543f5be9ae0e30b62e6764 100644 (file)
@@ -1,8 +1,6 @@
 // mksysnum_openbsd.pl
 // Code generated by the command above; DO NOT EDIT.
 
-//go:build 386 && openbsd
-
 package syscall
 
 const (
index bce309dc5d94dbd79550032fadf0173db8c52473..22d2ce387680cabc29236146209fca6d89943cd7 100644 (file)
@@ -1,8 +1,6 @@
 // mksysnum_openbsd.pl
 // Code generated by the command above; DO NOT EDIT.
 
-//go:build amd64 && openbsd
-
 package syscall
 
 const (
index 05aed70762df58a68116c3f122c4ef28196ed32f..80051fdf35a0f92826bb334458bff14f4fbee358 100644 (file)
@@ -1,8 +1,6 @@
 // mksysnum_openbsd.pl
 // Code generated by the command above; DO NOT EDIT.
 
-//go:build arm && openbsd
-
 package syscall
 
 const (
index ea244e535ec42ad2f1d433f05afe67e7525ae000..43b3d8b40d6663d7402774bda127eb8f46440c17 100644 (file)
@@ -2,8 +2,6 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-//go:build amd64 && solaris
-
 package syscall
 
 // TODO(aram): remove these before Go 1.3.
index 551edc702578d18cc10307b193d1ee6fbc85560f..8b05961b6f5b8fea6626adf7b58e3e69e6bae360 100644 (file)
@@ -1,7 +1,5 @@
-// Created by cgo -godefs - DO NOT EDIT
-// cgo -godefs types_darwin.go
-
-//go:build amd64 && darwin
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
+// cgo -godefs types_darwin.go | go run mkpost.go
 
 package syscall
 
index 46f78a97eb2950c937850757144a37f327e0bf75..8b05961b6f5b8fea6626adf7b58e3e69e6bae360 100644 (file)
@@ -1,7 +1,5 @@
-// Created by cgo -godefs - DO NOT EDIT
-// cgo -godefs types_darwin.go
-
-//go:build arm64 && darwin
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
+// cgo -godefs types_darwin.go | go run mkpost.go
 
 package syscall
 
index ec519b72ec15841fe1235b6a67c5966ddfbe644e..eae8221ef17cc6ca5d291e3b14a13715f872d12a 100644 (file)
@@ -1,7 +1,5 @@
-// Created by cgo -godefs - DO NOT EDIT
-// cgo -godefs types_dragonfly.go
-
-//go:build amd64 && dragonfly
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
+// cgo -godefs types_dragonfly.go | go run mkpost.go
 
 package syscall
 
index 70ae808ef969400b8e5f831d5552c31585c967a1..bbb222e02d1aeafddc3e481f950514870d98fb7c 100644 (file)
@@ -1,8 +1,6 @@
 // Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs types_freebsd.go | go run mkpost.go
 
-//go:build 386 && freebsd
-
 package syscall
 
 const (
index 050432a69338a827db7a83316466f0e1a09ad09f..3f97d1e4fe70168c34a3a3296f038439f4259bbf 100644 (file)
@@ -1,8 +1,6 @@
 // Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs types_freebsd.go | go run mkpost.go
 
-//go:build amd64 && freebsd
-
 package syscall
 
 const (
index ae5ed56c88970a43e97ea2c016b96acbbcde6b4f..f6b1ae4ef2f3b7e7a86465824c20456a6fda04e0 100644 (file)
@@ -1,8 +1,6 @@
 // Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs -- -fsigned-char types_freebsd.go
 
-//go:build arm && freebsd
-
 package syscall
 
 const (
index b3ab991f8e01ed8d6a1ea62fd98286dd5cd65870..3f97d1e4fe70168c34a3a3296f038439f4259bbf 100644 (file)
@@ -1,8 +1,6 @@
 // Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs types_freebsd.go | go run mkpost.go
 
-//go:build arm64 && freebsd
-
 package syscall
 
 const (
index 288951840b1df0a2644e6fc07aaffe6251bb76ba..3f97d1e4fe70168c34a3a3296f038439f4259bbf 100644 (file)
@@ -1,8 +1,6 @@
 // Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs types_freebsd.go | go run mkpost.go
 
-//go:build riscv64 && freebsd
-
 package syscall
 
 const (
index 79a46a4aba5b9d06cbad575db0d80916be5a69c9..3a3dfc1b56a24284265528cde4594b9397f1c40c 100644 (file)
@@ -1,7 +1,5 @@
-// Created by cgo -godefs - DO NOT EDIT
-// cgo -godefs types_linux.go
-
-//go:build 386 && linux
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
+// cgo -godefs types_linux.go | go run mkpost.go
 
 package syscall
 
index 3d223fe2565128a0681016d95db1883932009927..a3831c1e522d3967a8ad7d1cb7ca816e27185c29 100644 (file)
@@ -1,7 +1,5 @@
-// Created by cgo -godefs - DO NOT EDIT
-// cgo -godefs types_linux.go
-
-//go:build amd64 && linux
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
+// cgo -godefs types_linux.go | go run mkpost.go
 
 package syscall
 
index 9db1142c22c7ebed224a1c1424f832c01eca8870..f29c87331e19fcfc993d5b2bbf2891ac49be390e 100644 (file)
@@ -1,7 +1,5 @@
-// Created by cgo -godefs - DO NOT EDIT
-// cgo -godefs types_linux.go
-
-//go:build arm && linux
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
+// cgo -godefs types_linux.go | go run mkpost.go
 
 package syscall
 
index 996950f4b05d0a4cbbfea06191285b606af10889..05a750bc29a477b02fd68ddb4c88a4e571b5e6e8 100644 (file)
@@ -1,7 +1,5 @@
-// Created by cgo -godefs - DO NOT EDIT
-// cgo -godefs -- -fsigned-char types_linux.go
-
-//go:build arm64 && linux
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
+// cgo -godefs types_linux.go | go run mkpost.go
 
 package syscall
 
index 4ce84978b1ad6d7d2b2d7c49753c91b2de6d5180..dac89f4f91b1cb18e578a0da1b33cc7e19fac03f 100644 (file)
@@ -1,5 +1,5 @@
-// Created by cgo -godefs - DO NOT EDIT
-// cgo -godefs types_linux.go
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
+// cgo -godefs types_linux.go | go run mkpost.go
 
 package syscall
 
index de39e732c87f176769e25cdb24caf97dbe0cc588..b7e55901061e3e4f6b50b6b632e6a48aa5b33086 100644 (file)
@@ -1,5 +1,5 @@
-// Created by cgo -godefs - DO NOT EDIT
-// cgo -godefs types_linux.go
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
+// cgo -godefs types_linux.go | go run mkpost.go
 
 package syscall
 
index de39e732c87f176769e25cdb24caf97dbe0cc588..b7e55901061e3e4f6b50b6b632e6a48aa5b33086 100644 (file)
@@ -1,5 +1,5 @@
-// Created by cgo -godefs - DO NOT EDIT
-// cgo -godefs types_linux.go
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
+// cgo -godefs types_linux.go | go run mkpost.go
 
 package syscall
 
index 4ce84978b1ad6d7d2b2d7c49753c91b2de6d5180..dac89f4f91b1cb18e578a0da1b33cc7e19fac03f 100644 (file)
@@ -1,5 +1,5 @@
-// Created by cgo -godefs - DO NOT EDIT
-// cgo -godefs types_linux.go
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
+// cgo -godefs types_linux.go | go run mkpost.go
 
 package syscall
 
index 717e273425bc45bf8e416b9c4357265fc84e77af..74e1435e0bca10df87f16eb1db205ccee8ae4de8 100644 (file)
@@ -1,7 +1,5 @@
-// Created by cgo -godefs - DO NOT EDIT
-// cgo -godefs types_linux.go
-
-//go:build ppc64 && linux
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
+// cgo -godefs types_linux.go | go run mkpost.go
 
 package syscall
 
index 177c1f1e37fd8564f4c4e7cc3a96d9a8316f28df..5828e9b1f301a73fd545c5b17e30d3ceabdba9be 100644 (file)
@@ -1,7 +1,5 @@
-// Created by cgo -godefs - DO NOT EDIT
-// cgo -godefs types_linux.go
-
-//go:build ppc64le && linux
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
+// cgo -godefs types_linux.go | go run mkpost.go
 
 package syscall
 
index a6c4d7884ab8a9e3596bb647e3130fe4fbf29156..1827e5df556434734f4de64bf0df7ac2228b3f92 100644 (file)
@@ -1,5 +1,5 @@
-// Created by cgo -godefs - DO NOT EDIT
-// cgo -godefs types_linux.go
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
+// cgo -godefs types_linux.go | go run mkpost.go
 
 package syscall
 
index 5c5a71461e3efd5838ed2b1f9c8e6e54f59b51c4..df3414db274c2b322f937dbbfd58c3f563d2135b 100644 (file)
@@ -1,4 +1,4 @@
-// Created by cgo -godefs - DO NOT EDIT
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs types_linux.go | go run mkpost.go
 
 package syscall
index 74eaa4a15034b0b7593684944b5155dda475903f..b0e76adbd43bc3089590d9a32a2d05d66da85376 100644 (file)
@@ -1,7 +1,5 @@
-// Created by cgo -godefs - DO NOT EDIT
-// cgo -godefs types_netbsd.go
-
-//go:build 386 && netbsd
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
+// cgo -godefs types_netbsd.go | go run mkpost.go
 
 package syscall
 
index fc28fc9bb8f77f36cbad371d982de26aa9a6b15c..6825623374f4c070737ecdfa3fb13fc6e7c76718 100644 (file)
@@ -1,7 +1,5 @@
-// Created by cgo -godefs - DO NOT EDIT
-// cgo -godefs types_netbsd.go
-
-//go:build amd64 && netbsd
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
+// cgo -godefs types_netbsd.go | go run mkpost.go
 
 package syscall
 
index 1f885048dd65f7461a4cde811439679024f5b26d..99ff41e0dbf43a17c7551591e947afacba008ebf 100644 (file)
@@ -1,7 +1,5 @@
-// Created by cgo -godefs - DO NOT EDIT
-// cgo -godefs types_netbsd.go
-
-//go:build arm && netbsd
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
+// cgo -godefs types_netbsd.go | go run mkpost.go
 
 package syscall
 
index cac74693d756a87789ad34f83504d0ea544cfaa6..6825623374f4c070737ecdfa3fb13fc6e7c76718 100644 (file)
@@ -1,7 +1,5 @@
-// Created by cgo -godefs - DO NOT EDIT
-// cgo -godefs types_netbsd.go
-
-//go:build arm64 && netbsd
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
+// cgo -godefs types_netbsd.go | go run mkpost.go
 
 package syscall
 
index f9ba685e25269dbe21168cb827ae46f7c6c0c6f0..8dfa22c29743f53ebafa99edf46e30a36db9de40 100644 (file)
@@ -1,7 +1,5 @@
-// Created by cgo -godefs - DO NOT EDIT
-// cgo -godefs types_openbsd.go
-
-//go:build 386 && openbsd
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
+// cgo -godefs types_openbsd.go | go run mkpost.go
 
 package syscall
 
index 889b9551ae9024572f3ec7e0fc410450994d1288..9382727a8a85d5a28ba3d5cb66bea5fb63e26dae 100644 (file)
@@ -1,7 +1,5 @@
-// Created by cgo -godefs - DO NOT EDIT
-// cgo -godefs types_openbsd.go
-
-//go:build amd64 && openbsd
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
+// cgo -godefs types_openbsd.go | go run mkpost.go
 
 package syscall
 
index d486cd002f967bf715f7ea7e94f694b52186b9d5..a9f14517f3a582355c4e67b1a65d619344016b4a 100644 (file)
@@ -1,7 +1,5 @@
-// Created by cgo -godefs - DO NOT EDIT
-// cgo -godefs types_solaris.go
-
-//go:build amd64 && solaris
+// Code generated by cmd/cgo -godefs; DO NOT EDIT.
+// cgo -godefs types_solaris.go | go run mkpost.go
 
 package syscall