diff options
Diffstat (limited to 'kernel/syscalls.h')
| -rw-r--r-- | kernel/syscalls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/syscalls.h b/kernel/syscalls.h index d9a338d..ff7c2e5 100644 --- a/kernel/syscalls.h +++ b/kernel/syscalls.h @@ -31,10 +31,10 @@ #define SYSCALL_WAIT 77 #define SYSCALL_GETPID 78 +/* int syscall_execve(char *name, char **argv, char **env); int syscall_write(int file, char *buf, int len); -/* int syscall_readdir(const char *name,struct fs_dirent *dirs,int max); int syscall_exit(int ret, int none1, int none2); |
