]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blame - vendor/golang.org/x/sys/unix/aliases.go
Merge branch 'fix_read_test' of github.com:alexandreFre/terraform-provider-statuscake
[github/fretlink/terraform-provider-statuscake.git] / vendor / golang.org / x / sys / unix / aliases.go
CommitLineData
15c0b25d
AP
1// Copyright 2018 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
5// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
6// +build go1.9
7
8package unix
9
10import "syscall"
11
12type Signal = syscall.Signal
13type Errno = syscall.Errno
14type SysProcAttr = syscall.SysProcAttr