]> Cypherpunks repositories - gostls13.git/commitdiff
internal/syscall/unix: added support for linux/mips64{,le}
authorYao Zhang <lunaria21@gmail.com>
Thu, 10 Sep 2015 15:33:39 +0000 (11:33 -0400)
committerMinux Ma <minux@golang.org>
Thu, 12 Nov 2015 04:51:12 +0000 (04:51 +0000)
Change-Id: Ib6f168b6a2daf3befbf75b4b95967ff91ac95d12
Reviewed-on: https://go-review.googlesource.com/14456
Reviewed-by: Minux Ma <minux@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/internal/syscall/unix/getrandom_linux_mips64x.go [new file with mode: 0644]

diff --git a/src/internal/syscall/unix/getrandom_linux_mips64x.go b/src/internal/syscall/unix/getrandom_linux_mips64x.go
new file mode 100644 (file)
index 0000000..8531db6
--- /dev/null
@@ -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