We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a0917 commit f75215dCopy full SHA for f75215d
src/aero_kernel/src/syscall/mod.rs
@@ -215,7 +215,7 @@ pub fn generic_do_syscall(
215
SYS_IPC_BECOME_ROOT => ipc::become_root(),
216
217
// Syscall aliases (this should be handled in aero_syscall)
218
- SYS_MKDIR => fs::mkdirat(aero_syscall::AT_FDCWD as _, c, d),
+ SYS_MKDIR => fs::mkdirat(aero_syscall::AT_FDCWD as _, b, c),
219
220
_ => {
221
log::error!("invalid syscall: {:#x}", a);
0 commit comments