vendor: update syscalls dependency

This commit is contained in:
Péter Szilágyi
2019-02-14 18:14:28 +02:00
parent ba90a4aaa4
commit dcc045f03c
249 changed files with 83392 additions and 14253 deletions

14
vendor/golang.org/x/sys/unix/aliases.go generated vendored Normal file
View File

@ -0,0 +1,14 @@
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
// +build go1.9
package unix
import "syscall"
type Signal = syscall.Signal
type Errno = syscall.Errno
type SysProcAttr = syscall.SysProcAttr