summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go')
-rw-r--r--vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go b/vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go
index 57dbb36b4..b408752d3 100644
--- a/vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go
+++ b/vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go
@@ -169,6 +169,12 @@ type FscryptKey struct {
Size uint32
}
+type KeyctlDHParams struct {
+ Private int32
+ Prime int32
+ Base int32
+}
+
const (
FADV_NORMAL = 0x0
FADV_RANDOM = 0x1
@@ -678,6 +684,8 @@ type Sigset_t struct {
_ [16]uint64
}
+const RNDGETENTCNT = 0x80045200
+
const _SC_PAGESIZE = 0x1e
type Termios struct {