mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 08:08:50 +00:00
Fix Timeval for darwin and linux
This commit is contained in:
@@ -355,7 +355,7 @@ in6_addr :: struct #packed {
|
||||
|
||||
Timeval :: struct {
|
||||
seconds: i64,
|
||||
nanoseconds: int,
|
||||
microseconds: int,
|
||||
}
|
||||
|
||||
Linger :: struct {
|
||||
|
||||
Reference in New Issue
Block a user