Merge branch 'sync_impl' into 'master'
sync implementation See merge request redox-os/relibc!375
This commit is contained in:
@@ -647,7 +647,7 @@ pub unsafe extern "C" fn symlink(path1: *const c_char, path2: *const c_char) ->
|
||||
|
||||
// #[no_mangle]
|
||||
pub extern "C" fn sync() {
|
||||
unimplemented!();
|
||||
Sys::sync();
|
||||
}
|
||||
|
||||
#[no_mangle]
|
||||
|
||||
Reference in New Issue
Block a user