From e5b0dc856bb1e5eeec57be3bd63b091c10ef67a9 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 23 Apr 2001 21:18:14 +0000 Subject: Revert my syscall changes. The _syscall# macros are not PIC friendly and don't work. Back to nasty asm... With this change in place, it now works for me on x86. -Erik --- ldso/ldso/i386/elfinterp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso/ldso/i386/elfinterp.c') diff --git a/ldso/ldso/i386/elfinterp.c b/ldso/ldso/i386/elfinterp.c index 3347882d6..01149c69b 100644 --- a/ldso/ldso/i386/elfinterp.c +++ b/ldso/ldso/i386/elfinterp.c @@ -44,8 +44,8 @@ an ELF sharable library or a linux style of shared library. */ #include "hash.h" #include "linuxelf.h" +#include "syscall.h" #include "../string.h" -#include "../syscall.h" #define SVR4_COMPATIBILITY -- cgit v1.2.3