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 7b199bb + 08e8a3a commit 0e49ca1Copy full SHA for 0e49ca1
src/unix/linux_like/linux/gnu/mod.rs
@@ -1198,7 +1198,6 @@ extern "C" {
1198
pub fn ntp_adjtime(buf: *mut timex) -> ::c_int;
1199
#[link_name = "ntp_gettimex"]
1200
pub fn ntp_gettime(buf: *mut ntptimeval) -> ::c_int;
1201
-
1202
pub fn copy_file_range(
1203
fd_in: ::c_int,
1204
off_in: *mut ::off64_t,
@@ -1207,7 +1206,6 @@ extern "C" {
1207
1206
len: ::size_t,
1208
flags: ::c_uint,
1209
) -> ::ssize_t;
1210
1211
pub fn fanotify_mark(
1212
fd: ::c_int,
1213
0 commit comments