x32: fix decoding of i386 truncate and ftruncate syscalls

* linux/x32/syscallent1.h: Remove sys_*truncate64 redirections.
This commit is contained in:
Дмитрий Левин 2013-05-02 08:46:30 +00:00
parent 0b46883339
commit 7ae4a88285

View File

@ -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"