commit | 4e8604ab3aff7fe78f7fc5aabae5194a3a190cdd | [log] [tgz] |
---|---|---|
author | Elias Naur <mail@eliasnaur.com> | Fri Jun 14 00:09:41 2019 +0200 |
committer | Elias Naur <mail@eliasnaur.com> | Mon Aug 12 17:24:37 2019 +0000 |
tree | d21178d1018d8942d1e04b6444fd460ab375243b | |
parent | 9eafafc0a87e0fd0aeeba439a4573537970c44c7 [diff] |
unix: disable ptrace on iOS The ptrace system call is blocked by the App Store. Updates golang/go#31628 Change-Id: I88977cb2f0892661a7221bc822dd513a951cbf67 Reviewed-on: https://go-review.googlesource.com/c/sys/+/182317 Run-TryBot: Elias Naur <mail@eliasnaur.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Keith Randall <khr@golang.org>
This repository holds supplemental Go packages for low-level interactions with the operating system.
The easiest way to install is to run go get -u golang.org/x/sys
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/sys
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the sys repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/sys:” in the subject line, so it is easy to find.