From 7393db6692c861bc66164c0dd9b83f23a554775b Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Wed, 26 Nov 2014 23:17:55 +0100 Subject: changes, improvements and cleanup --- kernel/syscalls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/syscalls.h') 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); -- cgit v1.2.3