From bda630857e3770dd9db61ade4e15fccbdf53feae Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Thu, 7 Nov 2013 14:38:17 +0200 Subject: libc/sysdeps: commonize ret_ERRVAL * Add a common ret_ERRVAL definition * Remove ret_ERRVAL from architectures using the common 'ret' * Add 'undef' to architectures that need a different return instruction * Add '#include ' to cris and ia64 that were missing it Signed-off-by: Baruch Siach Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/i386/sysdep.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libc/sysdeps/linux/i386') diff --git a/libc/sysdeps/linux/i386/sysdep.h b/libc/sysdeps/linux/i386/sysdep.h index 7a8d2e234..40088add0 100644 --- a/libc/sysdeps/linux/i386/sysdep.h +++ b/libc/sysdeps/linux/i386/sysdep.h @@ -195,8 +195,6 @@ __x86.get_pc_thunk.reg: \ #define PSEUDO_END_ERRVAL(name) \ END (name) -#define ret_ERRVAL ret - #ifndef __PIC__ # define SYSCALL_ERROR_HANDLER /* Nothing here; code in sysdep.S is used. */ #else -- cgit v1.2.3