From a7268bc492a1c8e3009dbae24511c2bd4cb9c27a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 17 Feb 2004 06:38:01 +0000 Subject: Do not duplicate stuff from ldso.h --- ldso/ldso/arm/dl-syscalls.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'ldso') diff --git a/ldso/ldso/arm/dl-syscalls.h b/ldso/ldso/arm/dl-syscalls.h index dbf1634e0..c020832bb 100644 --- a/ldso/ldso/arm/dl-syscalls.h +++ b/ldso/ldso/arm/dl-syscalls.h @@ -3,17 +3,5 @@ * before the errno symbol is dynamicly linked. */ #define __set_errno(X) {(void)(X);} - -/* Prepare for the case that `__builtin_expect' is not available. */ -#if __GNUC__ == 2 && __GNUC_MINOR__ < 96 -#define __builtin_expect(x, expected_value) (x) -#endif -#ifndef likely -# define likely(x) __builtin_expect((!!(x)),1) -#endif -#ifndef unlikely -# define unlikely(x) __builtin_expect((!!(x)),0) -#endif - #include "sys/syscall.h" -- cgit v1.2.3