mirror of
https://github.com/golang/go
synced 2024-11-23 16:20:04 -07:00
runtime: fix netbsd build
TBR=rsc R=rsc CC=golang-codereviews https://golang.org/cl/140220043
This commit is contained in:
parent
d3a2021f71
commit
29225211e1
@ -149,7 +149,7 @@ struct KeventT {
|
||||
uint32 flags;
|
||||
uint32 fflags;
|
||||
int64 data;
|
||||
int32 udata;
|
||||
byte *udata;
|
||||
};
|
||||
|
||||
|
||||
|
@ -154,7 +154,7 @@ struct KeventT {
|
||||
uint32 fflags;
|
||||
byte Pad_cgo_0[4];
|
||||
int64 data;
|
||||
int64 udata;
|
||||
byte *udata;
|
||||
};
|
||||
|
||||
|
||||
|
@ -153,7 +153,7 @@ struct KeventT {
|
||||
uint32 flags;
|
||||
uint32 fflags;
|
||||
int64 data;
|
||||
int32 udata;
|
||||
byte *udata;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user