aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/386.go
diff options
context:
space:
mode:
Diffstat (limited to 'sys/linux/386.go')
-rw-r--r--sys/linux/386.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/linux/386.go b/sys/linux/386.go
index cabd4903c..f53a5d4d9 100644
--- a/sys/linux/386.go
+++ b/sys/linux/386.go
@@ -13680,6 +13680,9 @@ var syscalls_386 = []*Syscall{
{ID: 1417, NR: 1000008, Name: "syz_test$length10", CallName: "syz_test", Args: []Type{
&VmaType{TypeCommon: TypeCommon{TypeName: "vma", FldName: "a0", TypeSize: 4}},
&LenType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "len", FldName: "a1", TypeSize: 4}}, Buf: "a0"},
+ &LenType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "bytesize", FldName: "a2", TypeSize: 4}}, ByteSize: 1, Buf: "a0"},
+ &LenType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "bytesize2", FldName: "a3", TypeSize: 4}}, ByteSize: 2, Buf: "a0"},
+ &LenType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "bytesize4", FldName: "a4", TypeSize: 4}}, ByteSize: 4, Buf: "a0"},
}},
{ID: 1418, NR: 1000008, Name: "syz_test$length11", CallName: "syz_test", Args: []Type{
&PtrType{TypeCommon: TypeCommon{TypeName: "ptr", FldName: "a0", TypeSize: 4}, Type: &StructType{Key: StructKey{Name: "syz_length_large_struct"}}},
@@ -17029,4 +17032,4 @@ var consts_386 = []ConstValue{
{Name: "__WNOTHREAD", Value: 536870912},
}
-const revision_386 = "8dc5f192fbf31c44b7149a447dbc4ab3c52ce8dc"
+const revision_386 = "43937fcc0d2e1383553adc7881a7d3a395a3513f"