mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
fix(os_linux): call ppoll instead on arm64
This commit is contained in:
@@ -440,9 +440,7 @@ pollfd :: struct {
|
||||
|
||||
nfds_t :: distinct c.uint
|
||||
|
||||
sigset_t :: struct {
|
||||
__val: [16]c.ulong,
|
||||
}
|
||||
sigset_t :: distinct u64
|
||||
|
||||
foreign libc {
|
||||
@(link_name="__errno_location") __errno_location :: proc() -> ^int ---
|
||||
|
||||
Reference in New Issue
Block a user