diff options
| author | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-06-08 10:54:14 -0700 |
|---|---|---|
| committer | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-06-15 22:32:35 -0700 |
| commit | d71b7f248e21f5254c32ecbf752a1dbe940a1177 (patch) | |
| tree | fd28a8f577ead500736cde46d8eb0647ae31415d /vendor/golang.org/x/sys/unix/README.md | |
| parent | ea3e258610340de0dd585c221f4e18a199f16bca (diff) | |
vendor: update x/sys/unix
This commit updates the vendored x/sys/unix to the current version. This
means that our vendored version of x/sys/unix no longer contains custom
patches. A few changes are needed in InsertPolicyKey() as the final API
differed slightly from our patches.
Change-Id: Ifff31c04e708f9dc4395ab5bfcc94e42fb46dea5
Diffstat (limited to 'vendor/golang.org/x/sys/unix/README.md')
| -rw-r--r-- | vendor/golang.org/x/sys/unix/README.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/vendor/golang.org/x/sys/unix/README.md b/vendor/golang.org/x/sys/unix/README.md index fc8f935..bc6f603 100644 --- a/vendor/golang.org/x/sys/unix/README.md +++ b/vendor/golang.org/x/sys/unix/README.md @@ -1,10 +1,11 @@ # Building `sys/unix` -The unix package provides access to the raw system call interface of the -underlying operating system. Porting Go to a new architecture/OS combination -or adding syscalls, types, or constants to an existing architecture/OS pair -requires some manual effort; however, there are tools that automate much of the -process. +The sys/unix package provides access to the raw system call interface of the +underlying operating system. See: https://godoc.org/golang.org/x/sys/unix + +Porting Go to a new architecture/OS combination or adding syscalls, types, or +constants to an existing architecture/OS pair requires some manual effort; +however, there are tools that automate much of the process. ## Build Systems |