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
+2
View File
@@ -177,6 +177,8 @@ pub trait Pal {
fn symlink(path1: &CStr, path2: &CStr) -> c_int;
fn sync() -> c_int;
fn umask(mask: mode_t) -> mode_t;
fn uname(utsname: *mut utsname) -> c_int;