summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/sys/unix/ztypes_linux_386.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/sys/unix/ztypes_linux_386.go')
-rw-r--r--vendor/golang.org/x/sys/unix/ztypes_linux_386.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_386.go b/vendor/golang.org/x/sys/unix/ztypes_linux_386.go
index 7333755be..7fc1eb2d9 100644
--- a/vendor/golang.org/x/sys/unix/ztypes_linux_386.go
+++ b/vendor/golang.org/x/sys/unix/ztypes_linux_386.go
@@ -166,6 +166,12 @@ type FscryptKey struct {
Size uint32
}
+type KeyctlDHParams struct {
+ Private int32
+ Prime int32
+ Base int32
+}
+
const (
FADV_NORMAL = 0x0
FADV_RANDOM = 0x1
@@ -654,6 +660,8 @@ type Sigset_t struct {
X__val [32]uint32
}
+const RNDGETENTCNT = 0x80045200
+
const _SC_PAGESIZE = 0x1e
type Termios struct {