diff options
Diffstat (limited to 'sim/sh/syscall.h')
-rw-r--r-- | sim/sh/syscall.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/sh/syscall.h b/sim/sh/syscall.h index 9b818f9392..aebce2ce26 100644 --- a/sim/sh/syscall.h +++ b/sim/sh/syscall.h @@ -27,6 +27,8 @@ #define SYS_stat 38 #define SYS_pipe 42 #define SYS_execve 59 +#define SYS_truncate 129 +#define SYS_ftruncate 130 #define SYS_argc 172 #define SYS_argnlen 173 #define SYS_argn 174 |