This commit is contained in:
Paul Sajna
2018-03-04 22:34:47 -08:00
parent 3a07bc27c2
commit 151d873aba
6 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ pub extern "C" fn lchown(path: *const c_char, owner: uid_t, group: gid_t) -> c_i
#[no_mangle]
pub extern "C" fn link(path1: *const c_char, path2: *const c_char) -> c_int {
unimplemented!();
platform::link(path1, path2)
}
#[no_mangle]