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

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/237899
This commit is contained in:
Tobias Klauser 2020-06-15 13:57:39 +02:00 committed by Ian Lance Taylor
parent c7bac01ab4
commit 47ad09cb08
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
74199467ea912138c1b76e9a156bb47886be1436
925d115397e7ec663f669ee5ac31b6dfccea5724
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 arm64be nios2 riscv64
// +build arm64 arm64be nios2 riscv riscv64
package unix