diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-26 23:17:55 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-26 23:17:55 +0100 |
| commit | 7393db6692c861bc66164c0dd9b83f23a554775b (patch) | |
| tree | d60c9deb33630d5fb6117c7c1bbc098e62a66f28 /kernel/syscalls.h | |
| parent | 9c8cfc2e52b0446f7cab14325028075760869b45 (diff) | |
changes, improvements and cleanup
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); |
