We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7705640 + cbee28b commit 10d99b9Copy full SHA for 10d99b9
src/unix/linux_like/linux/mod.rs
@@ -3439,7 +3439,7 @@ extern "C" {
3439
param: *const ::sched_param,
3440
) -> ::c_int;
3441
pub fn setns(fd: ::c_int, nstype: ::c_int) -> ::c_int;
3442
- pub fn swapoff(puath: *const ::c_char) -> ::c_int;
+ pub fn swapoff(path: *const ::c_char) -> ::c_int;
3443
pub fn vmsplice(
3444
fd: ::c_int,
3445
iov: *const ::iovec,
0 commit comments