summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordebris <marek.kotewicz@gmail.com>2018-06-04 16:37:03 +0200
committerdebris <marek.kotewicz@gmail.com>2018-06-04 16:37:03 +0200
commit843388ac7dad39243927e8c24bac74a238f2682f (patch)
treecda2b1e8c8740356ab2d0ce8686a2e8446954a31
parent7315cfda3569251f16db8c309b91419e66f81c9b (diff)
downloadrust-libc-843388ac7dad39243927e8c24bac74a238f2682f.tar.gz
glibc does not provide a wrapper for the renameat2
-rw-r--r--src/unix/notbsd/linux/mod.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/unix/notbsd/linux/mod.rs b/src/unix/notbsd/linux/mod.rs
index 5c7f96139b..60e0d8e2a8 100644
--- a/src/unix/notbsd/linux/mod.rs
+++ b/src/unix/notbsd/linux/mod.rs
@@ -1616,9 +1616,6 @@ extern {
len: ::off_t) -> ::c_int;
pub fn readahead(fd: ::c_int, offset: ::off64_t,
count: ::size_t) -> ::ssize_t;
- pub fn renameat2(olddirfd: ::c_int, oldpath: *const ::c_char,
- newdirfd: ::c_int, newpath: *const ::c_char,
- flags: ::c_int) -> ::c_int;
pub fn getxattr(path: *const c_char, name: *const c_char,
value: *mut ::c_void, size: ::size_t) -> ::ssize_t;
pub fn lgetxattr(path: *const c_char, name: *const c_char,