-
Notifications
You must be signed in to change notification settings - Fork 582
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
unix: only declare PtraceGetFsBase() on x86-based platforms
Only x86-based CPUs have an FSBASE. The current code happens to build on FreeBSD/aarch64 and FreeBSD/arm, but that's only because we incorrectly declare PTRACE_GETFSBASE on those platforms. Change-Id: I128c91bcdb0704a210af13806c1cd285470b5eda GitHub-Last-Rev: 5e88573 GitHub-Pull-Request: #62 Reviewed-on: https://go-review.googlesource.com/c/sys/+/223697 Run-TryBot: Tobias Klauser <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Tobias Klauser <[email protected]>
- Loading branch information
1 parent
9a0dfc3
commit 08c6161
Showing
3 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters