diff options
Diffstat (limited to 'libgo/go/internal/syscall/unix/getrandom_linux_386.go')
-rw-r--r-- | libgo/go/internal/syscall/unix/getrandom_linux_386.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libgo/go/internal/syscall/unix/getrandom_linux_386.go b/libgo/go/internal/syscall/unix/getrandom_linux_386.go new file mode 100644 index 00000000000..48c69b4585e --- /dev/null +++ b/libgo/go/internal/syscall/unix/getrandom_linux_386.go @@ -0,0 +1,7 @@ +// Copyright 2014 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 + +const randomTrap uintptr = 355 |