From 42f28ab8e374137fe3f5d25424489d879d4724f8 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Wed, 21 Jun 2017 19:06:17 -0700 Subject: Updating server dependancies (#6712) --- vendor/golang.org/x/sys/unix/linux/types.go | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'vendor/golang.org/x/sys/unix/linux') diff --git a/vendor/golang.org/x/sys/unix/linux/types.go b/vendor/golang.org/x/sys/unix/linux/types.go index 2978c5147..7236b7292 100644 --- a/vendor/golang.org/x/sys/unix/linux/types.go +++ b/vendor/golang.org/x/sys/unix/linux/types.go @@ -45,6 +45,7 @@ package unix #include #include #include +#include #include #include #include @@ -58,6 +59,7 @@ package unix #include #include #include +#include // On mips64, the glibc stat and kernel stat do not agree #if (defined(__mips__) && _MIPS_SIM == _MIPS_SIM_ABI64) @@ -261,6 +263,10 @@ type FscryptPolicy C.struct_fscrypt_policy type FscryptKey C.struct_fscrypt_key +// Structure for Keyctl + +type KeyctlDHParams C.struct_keyctl_dh_params + // Advice to Fadvise const ( @@ -525,6 +531,8 @@ const ( type Sigset_t C.sigset_t +const RNDGETENTCNT = C.RNDGETENTCNT + // sysconf information const _SC_PAGESIZE = C._SC_PAGESIZE -- cgit v1.2.3-1-g7c22