vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go
changeset 265 05c40b36d3b2
parent 256 6d9efbef00a9
equal deleted inserted replaced
264:8f478162d991 265:05c40b36d3b2
   337 	Namelen uint64
   337 	Namelen uint64
   338 	Frsize  uint64
   338 	Frsize  uint64
   339 	Flags   uint64
   339 	Flags   uint64
   340 }
   340 }
   341 
   341 
   342 type Dirent struct {
   342 type direntLE struct {
   343 	Reclen uint16
   343 	Reclen uint16
   344 	Namlen uint16
   344 	Namlen uint16
   345 	Ino    uint32
   345 	Ino    uint32
   346 	Extra  uintptr
   346 	Extra  uintptr
   347 	Name   [256]byte
   347 	Name   [256]byte
       
   348 }
       
   349 
       
   350 type Dirent struct {
       
   351 	Ino    uint64
       
   352 	Off    int64
       
   353 	Reclen uint16
       
   354 	Type   uint8
       
   355 	Name   [256]uint8
       
   356 	_      [5]byte
   348 }
   357 }
   349 
   358 
   350 type FdSet struct {
   359 type FdSet struct {
   351 	Bits [64]int32
   360 	Bits [64]int32
   352 }
   361 }