Update to add chmod
This commit is contained in:
parent
37395f36ea
commit
1f29d163b1
11 changed files with 39 additions and 7 deletions
|
@ -9,7 +9,7 @@ pub use self::syscall::error::*;
|
|||
pub use self::syscall::flag::*;
|
||||
pub use self::syscall::{
|
||||
clock_gettime, clone, execve as exec, exit, futex, getpid, kill, nanosleep, setgid, setuid, waitpid,
|
||||
chdir, getcwd, open, mkdir, rmdir, unlink, dup, pipe2,
|
||||
chdir, chmod, getcwd, open, mkdir, rmdir, unlink, dup, pipe2,
|
||||
read, write, fcntl, fpath, fstat, fsync, ftruncate, lseek, close
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue