summaryrefslogtreecommitdiff
path: root/ldso/ldso/i386/elfinterp.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-23 21:18:14 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-23 21:18:14 +0000
commite5b0dc856bb1e5eeec57be3bd63b091c10ef67a9 (patch)
treeadb4a3fd9b97df4434194d94939462edec9eac1c /ldso/ldso/i386/elfinterp.c
parent842e41a3b7bec9c93f59ef90930cdfeca9fb00c1 (diff)
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
Diffstat (limited to 'ldso/ldso/i386/elfinterp.c')
-rw-r--r--ldso/ldso/i386/elfinterp.c2
1 files changed, 1 insertions, 1 deletions
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