internal/syscall/unix: add getrandom syscall for MIPS and SPARC
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 23 Sep 2016 21:00:43 +0000 (21:00 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 23 Sep 2016 21:00:43 +0000 (21:00 +0000)
commit6465652c8768dae2567f693eed04fb6a1b8ce517
tree8e8fb077e2d35a9c4622b709d1b135cdcf941550
parent4a8d4422b01ffec7a3481083b80cfde910016777
internal/syscall/unix: add getrandom syscall for MIPS and SPARC

    Reviewed-on: https://go-review.googlesource.com/29678

From-SVN: r240457
gcc/go/gofrontend/MERGE
libgo/go/internal/syscall/unix/getrandom_linux_mips64x.go
libgo/go/internal/syscall/unix/getrandom_linux_mipsn32.go [new file with mode: 0644]
libgo/go/internal/syscall/unix/getrandom_linux_mipso32.go [new file with mode: 0644]
libgo/go/internal/syscall/unix/getrandom_linux_sparc.go [new file with mode: 0644]