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
+4
View File
@@ -832,6 +832,10 @@ impl Pal for Sys {
0
}
fn sync() -> c_int {
0
}
fn umask(mask: mode_t) -> mode_t {
e(syscall::umask(mask as usize)) as mode_t
}