From: Yao Zhang Date: Thu, 10 Sep 2015 15:33:39 +0000 (-0400) Subject: internal/syscall/unix: added support for linux/mips64{,le} X-Git-Tag: go1.6beta1~519 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7f762704e9319149540120a64ba7e90d8c7e50e2;p=gostls13.git internal/syscall/unix: added support for linux/mips64{,le} Change-Id: Ib6f168b6a2daf3befbf75b4b95967ff91ac95d12 Reviewed-on: https://go-review.googlesource.com/14456 Reviewed-by: Minux Ma Reviewed-by: Ian Lance Taylor --- diff --git a/src/internal/syscall/unix/getrandom_linux_mips64x.go b/src/internal/syscall/unix/getrandom_linux_mips64x.go new file mode 100644 index 0000000000..8531db68b0 --- /dev/null +++ b/src/internal/syscall/unix/getrandom_linux_mips64x.go @@ -0,0 +1,9 @@ +// Copyright 2015 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +// +build mips64 mips64le + +package unix + +const randomTrap uintptr = 5313