mirror of
https://github.com/golang/go
synced 2024-11-05 14:46:11 -07:00
syscall: add explicit build tags
Auto-generated using the following bash script: for i in z*_*_*.go; do goosgoarch=`basename ${i/${i/_*/}_/} .go` goos=${goosgoarch/_*/} goarch=${goosgoarch/*_/} echo $i $goos $goarch [ "$goos" = "windows" ] && continue sed -i -e "/^package /i\/\/ +build $goarch,$goos\n" "$i" done Change-Id: I756fee551d1698080e4591fed8f058ae0450aaa5 Signed-off-by: Shenghou Ma <minux@golang.org> Reviewed-on: https://go-review.googlesource.com/10113 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
37eb1d1964
commit
38631846bf
@ -4,6 +4,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs -- -m32 _const.go
|
||||
|
||||
// +build 386,darwin
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -4,6 +4,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs -- -m64 _const.go
|
||||
|
||||
// +build amd64,darwin
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -4,6 +4,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs -- _const.go
|
||||
|
||||
// +build arm,darwin
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -4,6 +4,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs -- -m64 _const.go
|
||||
|
||||
// +build arm64,darwin
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -4,6 +4,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs -- -m64 _const.go
|
||||
|
||||
// +build amd64,dragonfly
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -4,6 +4,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs -- -m32 _const.go
|
||||
|
||||
// +build 386,freebsd
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -4,6 +4,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs -- -m64 _const.go
|
||||
|
||||
// +build amd64,freebsd
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -4,6 +4,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs -- _const.go
|
||||
|
||||
// +build arm,freebsd
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -4,6 +4,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs -- -m32 _const.go
|
||||
|
||||
// +build 386,linux
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -4,6 +4,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs -- -m64 _const.go
|
||||
|
||||
// +build amd64,linux
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -4,6 +4,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs -- _const.go
|
||||
|
||||
// +build arm,linux
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -4,6 +4,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs -- _const.go
|
||||
|
||||
// +build arm64,linux
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -4,6 +4,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs -- -m64 _const.go
|
||||
|
||||
// +build ppc64,linux
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -4,6 +4,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs -- -m64 _const.go
|
||||
|
||||
// +build ppc64le,linux
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -4,6 +4,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs -- -m32 _const.go
|
||||
|
||||
// +build 386,netbsd
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -4,6 +4,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs -- -m64 _const.go
|
||||
|
||||
// +build amd64,netbsd
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -4,6 +4,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs -- -marm _const.go
|
||||
|
||||
// +build arm,netbsd
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -4,6 +4,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs -- -m32 _const.go
|
||||
|
||||
// +build 386,openbsd
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -4,6 +4,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs -- -m64 _const.go
|
||||
|
||||
// +build amd64,openbsd
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -4,6 +4,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs -- _const.go
|
||||
|
||||
// +build arm,openbsd
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -4,6 +4,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs -- -m64 _const.go
|
||||
|
||||
// +build amd64,solaris
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksyscall.pl -l32 syscall_bsd.go syscall_darwin.go syscall_darwin_386.go
|
||||
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
|
||||
// +build 386,darwin
|
||||
|
||||
package syscall
|
||||
|
||||
import "unsafe"
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksyscall.pl syscall_bsd.go syscall_darwin.go syscall_darwin_amd64.go
|
||||
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
|
||||
// +build amd64,darwin
|
||||
|
||||
package syscall
|
||||
|
||||
import "unsafe"
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksyscall.pl -l32 syscall_bsd.go syscall_darwin.go syscall_darwin_arm.go
|
||||
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
|
||||
// +build arm,darwin
|
||||
|
||||
package syscall
|
||||
|
||||
import "unsafe"
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksyscall.pl syscall_bsd.go syscall_darwin.go syscall_darwin_arm64.go
|
||||
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
|
||||
// +build arm64,darwin
|
||||
|
||||
package syscall
|
||||
|
||||
import "unsafe"
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksyscall.pl -dragonfly syscall_bsd.go syscall_dragonfly.go syscall_dragonfly_amd64.go
|
||||
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
|
||||
// +build amd64,dragonfly
|
||||
|
||||
package syscall
|
||||
|
||||
import "unsafe"
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksyscall.pl -l32 syscall_bsd.go syscall_freebsd.go syscall_freebsd_386.go
|
||||
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
|
||||
// +build 386,freebsd
|
||||
|
||||
package syscall
|
||||
|
||||
import "unsafe"
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksyscall.pl syscall_bsd.go syscall_freebsd.go syscall_freebsd_amd64.go
|
||||
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
|
||||
// +build amd64,freebsd
|
||||
|
||||
package syscall
|
||||
|
||||
import "unsafe"
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksyscall.pl -l32 -arm syscall_bsd.go syscall_freebsd.go syscall_freebsd_arm.go
|
||||
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
|
||||
// +build arm,freebsd
|
||||
|
||||
package syscall
|
||||
|
||||
import "unsafe"
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksyscall.pl -l32 syscall_linux.go syscall_linux_386.go
|
||||
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
|
||||
// +build 386,linux
|
||||
|
||||
package syscall
|
||||
|
||||
import "unsafe"
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksyscall.pl syscall_linux.go syscall_linux_amd64.go
|
||||
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
|
||||
// +build amd64,linux
|
||||
|
||||
package syscall
|
||||
|
||||
import "unsafe"
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksyscall.pl -l32 -arm syscall_linux.go syscall_linux_arm.go
|
||||
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
|
||||
// +build arm,linux
|
||||
|
||||
package syscall
|
||||
|
||||
import "unsafe"
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksyscall.pl syscall_linux.go syscall_linux_arm64.go
|
||||
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
|
||||
// +build arm64,linux
|
||||
|
||||
package syscall
|
||||
|
||||
import "unsafe"
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksyscall.pl syscall_linux.go syscall_linux_ppc64x.go
|
||||
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
|
||||
// +build ppc64,linux
|
||||
|
||||
package syscall
|
||||
|
||||
import "unsafe"
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksyscall.pl syscall_linux.go syscall_linux_ppc64x.go
|
||||
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
|
||||
// +build ppc64le,linux
|
||||
|
||||
package syscall
|
||||
|
||||
import "unsafe"
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksyscall.pl -l32 -nacl syscall_nacl.go syscall_nacl_386.go
|
||||
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
|
||||
// +build 386,nacl
|
||||
|
||||
package syscall
|
||||
|
||||
import "unsafe"
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksyscall.pl -nacl syscall_nacl.go syscall_nacl_amd64p32.go
|
||||
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
|
||||
// +build amd64p32,nacl
|
||||
|
||||
package syscall
|
||||
|
||||
import "unsafe"
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksyscall.pl -l32 -nacl -arm syscall_nacl.go syscall_nacl_arm.go
|
||||
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
|
||||
// +build arm,nacl
|
||||
|
||||
package syscall
|
||||
|
||||
import "unsafe"
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksyscall.pl -l32 -netbsd syscall_bsd.go syscall_netbsd.go syscall_netbsd_386.go
|
||||
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
|
||||
// +build 386,netbsd
|
||||
|
||||
package syscall
|
||||
|
||||
import "unsafe"
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksyscall.pl -netbsd syscall_bsd.go syscall_netbsd.go syscall_netbsd_amd64.go
|
||||
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
|
||||
// +build amd64,netbsd
|
||||
|
||||
package syscall
|
||||
|
||||
import "unsafe"
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksyscall.pl -l32 -arm syscall_bsd.go syscall_netbsd.go syscall_netbsd_arm.go
|
||||
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
|
||||
// +build arm,netbsd
|
||||
|
||||
package syscall
|
||||
|
||||
import "unsafe"
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksyscall.pl -l32 -openbsd syscall_bsd.go syscall_openbsd.go syscall_openbsd_386.go
|
||||
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
|
||||
// +build 386,openbsd
|
||||
|
||||
package syscall
|
||||
|
||||
import "unsafe"
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksyscall.pl -openbsd syscall_bsd.go syscall_openbsd.go syscall_openbsd_amd64.go
|
||||
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
|
||||
// +build amd64,openbsd
|
||||
|
||||
package syscall
|
||||
|
||||
import "unsafe"
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksyscall.pl -l32 -openbsd -arm syscall_bsd.go syscall_openbsd.go syscall_openbsd_arm.go
|
||||
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
|
||||
// +build arm,openbsd
|
||||
|
||||
package syscall
|
||||
|
||||
import "unsafe"
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksyscall.pl -l32 -plan9 syscall_plan9.go
|
||||
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
|
||||
// +build 386,plan9
|
||||
|
||||
package syscall
|
||||
|
||||
import "unsafe"
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksyscall.pl -l32 -plan9 syscall_plan9.go
|
||||
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
|
||||
// +build amd64,plan9
|
||||
|
||||
package syscall
|
||||
|
||||
import "unsafe"
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksyscall_solaris.pl syscall_solaris.go syscall_solaris_amd64.go
|
||||
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
|
||||
// +build amd64,solaris
|
||||
|
||||
package syscall
|
||||
|
||||
import "unsafe"
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksysnum_darwin.pl /usr/include/sys/syscall.h
|
||||
// MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
|
||||
|
||||
// +build 386,darwin
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksysnum_darwin.pl /usr/include/sys/syscall.h
|
||||
// MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
|
||||
|
||||
// +build amd64,darwin
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksysnum_darwin.pl /usr/include/sys/syscall.h
|
||||
// MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
|
||||
|
||||
// +build arm,darwin
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksysnum_darwin.pl /usr/include/sys/syscall.h
|
||||
// MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
|
||||
|
||||
// +build arm64,darwin
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksysnum_dragonfly.pl
|
||||
// MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
|
||||
|
||||
// +build amd64,dragonfly
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksysnum_freebsd.pl
|
||||
// MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
|
||||
|
||||
// +build 386,freebsd
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksysnum_freebsd.pl
|
||||
// MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
|
||||
|
||||
// +build amd64,freebsd
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksysnum_freebsd.pl
|
||||
// MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
|
||||
|
||||
// +build arm,freebsd
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksysnum_linux.pl /usr/include/asm/unistd_32.h
|
||||
// MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
|
||||
|
||||
// +build 386,linux
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksysnum_linux.pl /usr/include/asm/unistd_64.h
|
||||
// MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
|
||||
|
||||
// +build amd64,linux
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksysnum_linux.pl
|
||||
// MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
|
||||
|
||||
// +build arm,linux
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksysnum_linux.pl /usr/include/asm-generic/unistd.h
|
||||
// MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
|
||||
|
||||
// +build arm64,linux
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksysnum_linux.pl /usr/include/asm/unistd.h
|
||||
// MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
|
||||
|
||||
// +build ppc64,linux
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksysnum_linux.pl /usr/include/powerpc64le-linux-gnu/asm/unistd.h
|
||||
// MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
|
||||
|
||||
// +build ppc64le,linux
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksysnum_netbsd.pl
|
||||
// MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
|
||||
|
||||
// +build 386,netbsd
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksysnum_netbsd.pl
|
||||
// MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
|
||||
|
||||
// +build amd64,netbsd
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksysnum_netbsd.pl
|
||||
// MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
|
||||
|
||||
// +build arm,netbsd
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksysnum_openbsd.pl
|
||||
// MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
|
||||
|
||||
// +build 386,openbsd
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksysnum_openbsd.pl
|
||||
// MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
|
||||
|
||||
// +build amd64,openbsd
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// mksysnum_openbsd.pl
|
||||
// MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
|
||||
|
||||
// +build arm,openbsd
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -2,6 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build amd64,solaris
|
||||
|
||||
package syscall
|
||||
|
||||
// TODO(aram): remove these before Go 1.3.
|
||||
|
@ -1,6 +1,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs types_darwin.go
|
||||
|
||||
// +build 386,darwin
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs types_darwin.go
|
||||
|
||||
// +build amd64,darwin
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -2,6 +2,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs types_darwin.go
|
||||
|
||||
// +build arm,darwin
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs types_darwin.go
|
||||
|
||||
// +build arm64,darwin
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs types_dragonfly.go
|
||||
|
||||
// +build amd64,dragonfly
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs types_freebsd.go
|
||||
|
||||
// +build 386,freebsd
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs types_freebsd.go
|
||||
|
||||
// +build amd64,freebsd
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs -- -fsigned-char types_freebsd.go
|
||||
|
||||
// +build arm,freebsd
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs types_linux.go
|
||||
|
||||
// +build 386,linux
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs types_linux.go
|
||||
|
||||
// +build amd64,linux
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs types_linux.go
|
||||
|
||||
// +build arm,linux
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs -- -fsigned-char types_linux.go
|
||||
|
||||
// +build arm64,linux
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs types_linux.go
|
||||
|
||||
// +build ppc64,linux
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs types_linux.go
|
||||
|
||||
// +build ppc64le,linux
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs types_netbsd.go
|
||||
|
||||
// +build 386,netbsd
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs types_netbsd.go
|
||||
|
||||
// +build amd64,netbsd
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs types_netbsd.go
|
||||
|
||||
// +build arm,netbsd
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs types_openbsd.go
|
||||
|
||||
// +build 386,openbsd
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs types_openbsd.go
|
||||
|
||||
// +build amd64,openbsd
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs types_openbsd.go
|
||||
|
||||
// +build arm,openbsd
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs types_solaris.go
|
||||
|
||||
// +build amd64,solaris
|
||||
|
||||
package syscall
|
||||
|
||||
const (
|
||||
|
Loading…
Reference in New Issue
Block a user