From: Dmitry V. Levin Date: Wed, 1 May 2013 15:36:13 +0000 (+0000) Subject: x86_64: decode __old_kernel_stat based syscalls X-Git-Tag: v4.8~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e67e9f89ca8109ae31be07fbc1dd4d425c1f13da;p=strace x86_64: decode __old_kernel_stat based syscalls * linux/x86_64/syscallent1.h: Remove sys_old*stat redirections. --- diff --git a/linux/x86_64/syscallent1.h b/linux/x86_64/syscallent1.h index 98ffe76f..c9100de8 100644 --- a/linux/x86_64/syscallent1.h +++ b/linux/x86_64/syscallent1.h @@ -1,7 +1,3 @@ -/* Our second set comes from the i386 files. - Only a couple of calls we cannot support without the i386 headers. */ +/* Our second set comes from the i386 files. */ -#define sys_oldstat printargs -#define sys_oldfstat printargs -#define sys_oldlstat printargs #include "../i386/syscallent.h"