From 7ae4a88285b21151b172310ce41061eb68f5b591 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Thu, 2 May 2013 08:46:30 +0000 Subject: [PATCH] x32: fix decoding of i386 truncate and ftruncate syscalls * linux/x32/syscallent1.h: Remove sys_*truncate64 redirections. --- linux/x32/syscallent1.h | 2 -- 1 file changed, 2 deletions(-) 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" -- 2.40.0