summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2013-05-02 08:46:30 +0000
committerDmitry V. Levin <ldv@altlinux.org>2013-05-02 08:46:30 +0000
commit7ae4a88285b21151b172310ce41061eb68f5b591 (patch)
treec8ef2da049be55087abc514e2ce6ff6a84cf3311 /linux
parent0b468833390a78395be48f70d582a6679ab28a76 (diff)
downloadstrace-7ae4a88285b21151b172310ce41061eb68f5b591.tar.gz
strace-7ae4a88285b21151b172310ce41061eb68f5b591.tar.bz2
strace-7ae4a88285b21151b172310ce41061eb68f5b591.tar.xz
x32: fix decoding of i386 truncate and ftruncate syscalls
* linux/x32/syscallent1.h: Remove sys_*truncate64 redirections.
Diffstat (limited to 'linux')
-rw-r--r--linux/x32/syscallent1.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/x32/syscallent1.h b/linux/x32/syscallent1.h
index 091d2c2..c9100de 100644
--- a/linux/x32/syscallent1.h
+++ b/linux/x32/syscallent1.h
@@ -1,5 +1,3 @@
/* Our second set comes from the i386 files. */
-#define sys_truncate64 sys_truncate
-#define sys_ftruncate64 sys_ftruncate
#include "../i386/syscallent.h"