mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-08 16:48:18 +00:00
cleanup(os_linux/poll): use tabs everywhere
:(
This commit is contained in:
@@ -2090,7 +2090,6 @@ sys_poll :: proc "contextless" (fds: rawptr, nfds: uint, timeout: int) -> int {
|
||||
} else {
|
||||
return int(intrinsics.syscall(SYS_poll, uintptr(fds), uintptr(nfds), uintptr(timeout)))
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
sys_ppoll :: proc "contextless" (fds: rawptr, nfds: uint, timeout: rawptr, sigmask: rawptr, sigsetsize: uint) -> int {
|
||||
|
||||
Reference in New Issue
Block a user