internal/syscall/unix: use getrandom_linux_generic.go on arm64be

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/215342
This commit is contained in:
Andrew Pinski 2020-01-18 01:43:01 +00:00 committed by Ian Lance Taylor
parent 55b7df8bfb
commit 26afdf5070
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
94a5ff53df24c58c5e6629ce6720a02aa9986322
9ae2223f91c4ca642885b80d88eb0baf756acf94
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.

View File

@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.
// +build linux
// +build arm64 nios2 riscv64
// +build arm64 arm64be nios2 riscv64
package unix