Fix typo in swapoff

This commit is contained in:
Vilgot Fredenberg 2021-03-30 22:29:43 +02:00 committed by GitHub
parent 77056408a1
commit cbee28b025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3439,7 +3439,7 @@ extern "C" {
param: *const ::sched_param,
) -> ::c_int;
pub fn setns(fd: ::c_int, nstype: ::c_int) -> ::c_int;
pub fn swapoff(puath: *const ::c_char) -> ::c_int;
pub fn swapoff(path: *const ::c_char) -> ::c_int;
pub fn vmsplice(
fd: ::c_int,
iov: *const ::iovec,