syscalls: fix cwd-related stuff

This commit is contained in:
2025-07-18 21:02:54 +03:00
parent 359e5c6d78
commit 3ae26ed88a
6 changed files with 37 additions and 11 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
#include "../include/elf.h"
#include "../include/stdio.h"
void exec_from_file(const char* filename);
void exec_from_file(const char* filename, const char* dirname);