From 5e5b7f35ace686ee5aa5ef8138412433a696fef7 Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Mon, 21 Mar 2011 22:09:34 +0000 Subject: [PATCH] * v850/sys/syscall.h (SYS_rename): Define. --- libgloss/ChangeLog | 4 ++++ libgloss/v850/sys/syscall.h | 1 + 2 files changed, 5 insertions(+) diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index 01a971a37..7493274cc 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,3 +1,7 @@ +2011-03-21 Kevin Buettner + + * v850/sys/syscall.h (SYS_rename): Define. + 2011-01-10 Mike Frysinger * Makefile.in (stmp-bsp): Exit when subdirs fail. 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 */