mirror of
https://github.com/denoland/deno.git
synced 2024-10-29 08:58:01 -04:00
3436f65e20
`getpriority` and `setpriority` on musl libc accepts `int` / `c_int` / `i32` as the first argument, not `u32`. Since the `PRIO_PROCESS` constant is imported from the same crate (libc) as the `getpriority` and `setpriority` functions, this type cast seems to be completely unnecessary here. It was introduced in |
||
---|---|---|
.. | ||
crypto | ||
zlib | ||
http.rs | ||
idna.rs | ||
mod.rs | ||
os.rs | ||
require.rs | ||
v8.rs | ||
winerror.rs |