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 432bd2c..fc5f5bf 100644 --- a/kernel/syscalls.h +++ b/kernel/syscalls.h @@ -31,6 +31,7 @@ #define SYSCALL_WAIT 77 #define SYSCALL_GETPID 78 +int syscall_execve(char *name, char **argv, char **env); /* int syscall_readdir(const char *name,struct fs_dirent *dirs,int max); @@ -38,7 +39,6 @@ int syscall_exit(int ret, int none1, int none2); int syscall_open(char *name, int flags, int len); int syscall_write(int file, char *buf, int len); int syscall_read(int file, char *buf, int len); -int syscall_execve(char *name, char **argv, char **env); int syscall_close(int file,int none1,int none2); int syscall_fstat(int file, struct stat *st,int none); int syscall_isatty(int file,int none1,int none2); |
