blob: 951fce4d0d93f9b3ea3796465070bb78ab5717f9 [file] [log] [blame]
William Kurkianea869482019-04-09 15:16:11 -04001// 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