commit | f88e342840faa27ba519cc89d3e39b936f4cce32 | [log] [tgz] |
---|---|---|
author | Andrew G. Morgan <morgan@kernel.org> | Sun May 10 13:32:00 2020 -0700 |
committer | Andrew G. Morgan <morgan@kernel.org> | Sun May 10 13:32:00 2020 -0700 |
tree | 0ebcc6aeedef75a7d2aaf739eb45079277c2444a | |
parent | 1f7f77c32e51e89f22ae271bae12b9103f28af2b [diff] |
Replace PerOSThreadSyscall*() with AllThreadsSyscall*(). The latest iteration of the golang patch [*] for supporting a syscall API that can normalize privilege over the whole runtime (aka POSIX semantics) has renamed this API. The API also now drops this functionality when CGO is enabled, but that doesn't affect libcap because libcap uses libpsx in this build configuration. [*] https://go-review.googlesource.com/c/go/+/210639/ Signed-off-by: Andrew G. Morgan <morgan@kernel.org>