getrandom_linux_arm.go 284 Bytes
Newer Older
1
// Copyright 2014 The Go Authors. All rights reserved.
2 3 4
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

5
package unix
6

7 8
// Linux getrandom system call number.
// See GetRandom in getrandom_linux.go.
9
const randomTrap uintptr = 384