Skip to content
Snippets Groups Projects
Commit b0fe3ab0 authored by Ron Williams's avatar Ron Williams
Browse files

fix typo in linux setrlimit

parent cbd42c23
No related branches found
No related tags found
1 merge request!368Fix typos in setrlimit
...@@ -268,7 +268,7 @@ impl Pal for Sys { ...@@ -268,7 +268,7 @@ impl Pal for Sys {
} }
unsafe fn setrlimit(resource: c_int, rlimit: *const rlimit) -> c_int { unsafe fn setrlimit(resource: c_int, rlimit: *const rlimit) -> c_int {
e(syscall!(SETRLIMIT, resource, rlim)) as c_int e(syscall!(SETRLIMIT, resource, rlimit)) as c_int
} }
fn getsid(pid: pid_t) -> pid_t { fn getsid(pid: pid_t) -> pid_t {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment