fix(os_linux): call ppoll instead on arm64

This commit is contained in:
Rickard Andersson
2023-06-14 23:26:43 +03:00
parent 091c515fea
commit d6540d9077
2 changed files with 17 additions and 4 deletions
+1 -3
View File
@@ -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 ---