完善pipe系统调用以及openat系统调用 (#441)

This commit is contained in:
LoGin
2023-11-15 15:39:35 +08:00
committed by GitHub
parent bf4a48994a
commit 0fb515b011
7 changed files with 303 additions and 126 deletions

View File

@ -23,6 +23,7 @@ pub const SYS_FCHMOD: usize = 91;
pub const SYS_UMASK: usize = 95;
pub const SYS_SYSINFO: usize = 99;
pub const SYS_CLOCK_GETTIME: usize = 228;
pub const SYS_OPENAT: usize = 257;
pub const SYS_FCHMODAT: usize = 268;
pub const SYS_FACCESSAT: usize = 269;
pub const SYS_PRLIMIT64: usize = 302;