Add chdir (working) and getcwd (stub)
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
#define SYSCALL_NR_OPEN 2
|
||||
#define SYSCALL_NR_CLOSE 3
|
||||
#define SYSCALL_NR_STAT 4
|
||||
#define SYSCALL_NR_GETCWD 79
|
||||
#define SYSCALL_NR_CHDIR 80
|
||||
#define SYSCALL_NR_READDIR 89
|
||||
|
||||
#define SYSCALL_NR_BRK 12
|
||||
|
||||
Reference in New Issue
Block a user