Skip to content

Commit 0e49ca1

Browse files
committed
Merge remote-tracking branch 'upstream/master' into cpu-fanotify-linux-bindings
2 parents 7b199bb + 08e8a3a commit 0e49ca1

File tree

1 file changed

+0
-2
lines changed
  • src/unix/linux_like/linux/gnu

1 file changed

+0
-2
lines changed

src/unix/linux_like/linux/gnu/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,7 +1198,6 @@ extern "C" {
11981198
pub fn ntp_adjtime(buf: *mut timex) -> ::c_int;
11991199
#[link_name = "ntp_gettimex"]
12001200
pub fn ntp_gettime(buf: *mut ntptimeval) -> ::c_int;
1201-
12021201
pub fn copy_file_range(
12031202
fd_in: ::c_int,
12041203
off_in: *mut ::off64_t,
@@ -1207,7 +1206,6 @@ extern "C" {
12071206
len: ::size_t,
12081207
flags: ::c_uint,
12091208
) -> ::ssize_t;
1210-
12111209
pub fn fanotify_mark(
12121210
fd: ::c_int,
12131211
flags: ::c_uint,

0 commit comments

Comments
 (0)