vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go
changeset 265 05c40b36d3b2
parent 256 6d9efbef00a9
--- 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
 }