aboutsummaryrefslogtreecommitdiff
path: root/libgloss/v850
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2011-03-21 22:09:34 +0000
committerKevin Buettner <kevinb@redhat.com>2011-03-21 22:09:34 +0000
commit5e5b7f35ace686ee5aa5ef8138412433a696fef7 (patch)
tree9f8d749e19a0b528c2354963331870b462b94646 /libgloss/v850
parent654fee7ac544a914f8080a66bce2dfedef7cf0ca (diff)
downloadnewlib-5e5b7f35ace686ee5aa5ef8138412433a696fef7.zip
newlib-5e5b7f35ace686ee5aa5ef8138412433a696fef7.tar.gz
newlib-5e5b7f35ace686ee5aa5ef8138412433a696fef7.tar.bz2
* v850/sys/syscall.h (SYS_rename): Define.
Diffstat (limited to 'libgloss/v850')
-rw-r--r--libgloss/v850/sys/syscall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgloss/v850/sys/syscall.h b/libgloss/v850/sys/syscall.h
index 4187226..7eff786 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 */