Wait until vpp is ready + Update vendor
[govpp.git] / vendor / golang.org / x / sys / unix / ztypes_linux_mips64le.go
index 9e9c680..de8f9c4 100644 (file)
@@ -1,7 +1,6 @@
-// cgo -godefs -- -Wall -Werror -static -I/tmp/include linux/types.go | go run mkpost.go
-// Code generated by the command above; see README.md. DO NOT EDIT.
-
 // +build mips64le,linux
+// Created by cgo -godefs - DO NOT EDIT
+// cgo -godefs types_linux.go
 
 package unix
 
@@ -100,7 +99,7 @@ type _Gid_t uint32
 
 type Stat_t struct {
        Dev     uint32
-       Pad1    [3]uint32
+       Pad1    [3]int32
        Ino     uint64
        Mode    uint32
        Nlink   uint32
@@ -155,20 +154,6 @@ type Flock_t struct {
        Pad_cgo_1 [4]byte
 }
 
-type FscryptPolicy struct {
-       Version                   uint8
-       Contents_encryption_mode  uint8
-       Filenames_encryption_mode uint8
-       Flags                     uint8
-       Master_key_descriptor     [8]uint8
-}
-
-type FscryptKey struct {
-       Mode uint32
-       Raw  [64]uint8
-       Size uint32
-}
-
 const (
        FADV_NORMAL     = 0x0
        FADV_RANDOM     = 0x1
@@ -236,14 +221,6 @@ type RawSockaddrALG struct {
        Name   [64]uint8
 }
 
-type RawSockaddrVM struct {
-       Family    uint16
-       Reserved1 uint16
-       Port      uint32
-       Cid       uint32
-       Zero      [4]uint8
-}
-
 type RawSockaddr struct {
        Family uint16
        Data   [14]int8
@@ -370,7 +347,6 @@ const (
        SizeofSockaddrHCI       = 0x6
        SizeofSockaddrCAN       = 0x10
        SizeofSockaddrALG       = 0x58
-       SizeofSockaddrVM        = 0x10
        SizeofLinger            = 0x8
        SizeofIPMreq            = 0x8
        SizeofIPMreqn           = 0xc
@@ -415,7 +391,7 @@ const (
        IFLA_LINKINFO       = 0x12
        IFLA_NET_NS_PID     = 0x13
        IFLA_IFALIAS        = 0x14
-       IFLA_MAX            = 0x2b
+       IFLA_MAX            = 0x27
        RT_SCOPE_UNIVERSE   = 0x0
        RT_SCOPE_SITE       = 0xc8
        RT_SCOPE_LINK       = 0xfd
@@ -657,15 +633,12 @@ type Sigset_t struct {
        X__val [16]uint64
 }
 
-const _SC_PAGESIZE = 0x1e
-
 type Termios struct {
-       Iflag  uint32
-       Oflag  uint32
-       Cflag  uint32
-       Lflag  uint32
-       Line   uint8
-       Cc     [23]uint8
-       Ispeed uint32
-       Ospeed uint32
+       Iflag     uint32
+       Oflag     uint32
+       Cflag     uint32
+       Lflag     uint32
+       Line      uint8
+       Cc        [32]uint8
+       Pad_cgo_0 [3]byte
 }