fix(c/libuv): Add multiple struct size
Signed-off-by: hackerchai <i@hackerchai.com>
This commit is contained in:
@@ -99,7 +99,8 @@ type Loop struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type Poll struct {
|
type Poll struct {
|
||||||
Unused [0]byte
|
Data c.Pointer
|
||||||
|
Unused [160]byte
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Request types. */
|
/* Request types. */
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ import (
|
|||||||
/* Handle types. */
|
/* Handle types. */
|
||||||
|
|
||||||
type Signal struct {
|
type Signal struct {
|
||||||
Unused [0]byte
|
Unused [152]byte
|
||||||
}
|
}
|
||||||
|
|
||||||
// ----------------------------------------------
|
// ----------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user