diff -r 8f478162d991 -r 05c40b36d3b2 vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go --- a/vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go Thu Sep 22 16:37:07 2022 +0200 +++ b/vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go Sat Feb 04 12:58:35 2023 +0100 @@ -339,7 +339,7 @@ Flags uint64 } -type Dirent struct { +type direntLE struct { Reclen uint16 Namlen uint16 Ino uint32 @@ -347,6 +347,15 @@ Name [256]byte } +type Dirent struct { + Ino uint64 + Off int64 + Reclen uint16 + Type uint8 + Name [256]uint8 + _ [5]byte +} + type FdSet struct { Bits [64]int32 }