Merge branch 'sync_impl' into 'master'
sync implementation See merge request redox-os/relibc!375
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user