summaryrefslogtreecommitdiff
path: root/linux/x86_64
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-11-13 11:46:34 -0500
committerDmitry V. Levin <ldv@altlinux.org>2009-11-16 11:22:57 +0000
commit5078770858835852b4d569b1b5e97a26cb623e7c (patch)
tree3898867e48e50b200d5f11802bc097ba45219fed /linux/x86_64
parente5355de95c495dcfc616509f88c4fb5f9996b8e6 (diff)
downloadstrace-5078770858835852b4d569b1b5e97a26cb623e7c.tar.gz
strace-5078770858835852b4d569b1b5e97a26cb623e7c.tar.bz2
strace-5078770858835852b4d569b1b5e97a26cb623e7c.tar.xz
Move i386-specific files out of common linux dir
* linux/syscallent.h: Moved to ... * linux/i386/syscallent.h: ... here. * linux/ia64/syscallent.h: Update i386 syscallent.h include. * linux/sparc/gen.pl: Likewise. * linux/x86_64/syscallent1.h: Likewise. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'linux/x86_64')
-rw-r--r--linux/x86_64/syscallent1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/x86_64/syscallent1.h b/linux/x86_64/syscallent1.h
index f6bf143..9097785 100644
--- a/linux/x86_64/syscallent1.h
+++ b/linux/x86_64/syscallent1.h
@@ -4,4 +4,4 @@
#define sys_oldstat printargs
#define sys_oldfstat printargs
#define sys_oldlstat printargs
-#include "../syscallent.h"
+#include "i386/syscallent.h"