Merge branch 'sync_impl' into 'master'

sync implementation

See merge request redox-os/relibc!375
This commit is contained in:
Jeremy Soller
2023-04-26 18:24:48 +00:00
4 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -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]