diff options
Diffstat (limited to 'libgloss/v850/sys/syscall.h')
-rw-r--r-- | libgloss/v850/sys/syscall.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgloss/v850/sys/syscall.h b/libgloss/v850/sys/syscall.h index 4187226c4..7eff786d2 100644 --- a/libgloss/v850/sys/syscall.h +++ b/libgloss/v850/sys/syscall.h @@ -34,6 +34,7 @@ #define SYS_execve 59 #define SYS_times 43 #define SYS_gettimeofday 116 +#define SYS_rename 134 #define SYS_utime 201 /* not really a system call */ #define SYS_wait 202 /* nor is this */ |