From: Dmitry V. Levin Date: Thu, 2 May 2013 08:46:30 +0000 (+0000) Subject: x32: fix decoding of i386 truncate and ftruncate syscalls X-Git-Tag: v4.8~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ae4a88285b21151b172310ce41061eb68f5b591;p=strace x32: fix decoding of i386 truncate and ftruncate syscalls * linux/x32/syscallent1.h: Remove sys_*truncate64 redirections. --- diff --git a/linux/x32/syscallent1.h b/linux/x32/syscallent1.h index 091d2c28..c9100de8 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"