summaryrefslogtreecommitdiff
path: root/libgo/go/internal/syscall/unix/getrandom_linux_shx.go
AgeCommit message (Collapse)Author
2018-01-30internal/syscall/unix: add randomTrap for sh/shbeIan Lance Taylor
CL 84555 added support for the SuperH architecture, but didn't add the randomTrap definition to be used for the getrandom syscall on Linux. Add it now. Reviewed-on: https://go-review.googlesource.com/90535 From-SVN: r257171