mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 23:13:40 +00:00
syscall: remove misleading comment about Stat_t fields
This commit is contained in:
committed by
Damian Gryski
parent
cf4a6d3253
commit
a6084767b3
@@ -163,7 +163,6 @@ type Dirent struct {
|
||||
Pad_cgo_0 [3]byte
|
||||
}
|
||||
|
||||
// Go chose Linux's field names for Stat_t, see https://github.com/golang/go/issues/31735
|
||||
type Stat_t struct {
|
||||
Dev int32
|
||||
Mode uint16
|
||||
|
||||
Reference in New Issue
Block a user