diff options
Diffstat (limited to 'sim/sh/syscall.h')
-rw-r--r-- | sim/sh/syscall.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sim/sh/syscall.h b/sim/sh/syscall.h index 2c15447..9b818f9 100644 --- a/sim/sh/syscall.h +++ b/sim/sh/syscall.h @@ -27,7 +27,8 @@ #define SYS_stat 38 #define SYS_pipe 42 #define SYS_execve 59 +#define SYS_argc 172 +#define SYS_argnlen 173 +#define SYS_argn 174 #define SYS_utime 201 /* not really a system call */ #define SYS_wait 202 /* nor is this */ - - |