From e2f889a7467979f56de6412e6cb1bdfaf797f677 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 4 Oct 2011 23:26:08 -0400 Subject: ldso: merge duplicate dl-syscalls.h code to common header Signed-off-by: Mike Frysinger Signed-off-by: Bernhard Reutner-Fischer --- ldso/ldso/sh/dl-syscalls.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'ldso/ldso/sh') diff --git a/ldso/ldso/sh/dl-syscalls.h b/ldso/ldso/sh/dl-syscalls.h index 712852c4c..f9f13c7fa 100644 --- a/ldso/ldso/sh/dl-syscalls.h +++ b/ldso/ldso/sh/dl-syscalls.h @@ -1,10 +1,3 @@ -/* We can't use the real errno in ldso, since it has not yet - * been dynamicly linked in yet. */ -#include "sys/syscall.h" -extern int _dl_errno; -#undef __set_errno -#define __set_errno(X) {(_dl_errno) = (X);} - #if __GNUC_PREREQ (4, 1) #warning !!! gcc 4.1 and later have problems with __always_inline so redefined as inline # ifdef __always_inline -- cgit v1.2.3