internal/syscall/unix: add randomTrap for m68k

Patch by Andrwas Schwab.
    
    Reviewed-on: https://go-review.googlesource.com/38456

From-SVN: r246410
This commit is contained in:
Ian Lance Taylor 2017-03-22 23:51:35 +00:00
parent bb7c8b055f
commit 58dc29b0b5
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
// Copyright 2017 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.
package unix
// Linux getrandom system call number.
// See GetRandom in getrandom_linux.go.
const randomTrap uintptr = 352