summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2013-05-01 15:36:13 +0000
committerDmitry V. Levin <ldv@altlinux.org>2013-05-01 15:36:13 +0000
commite67e9f89ca8109ae31be07fbc1dd4d425c1f13da (patch)
tree387c682458e2eb09de757a0a7da882c1a49a6727 /linux
parentbd2e28ac51d36d348c8ab7d7f8523a7075edaff4 (diff)
downloadstrace-e67e9f89ca8109ae31be07fbc1dd4d425c1f13da.tar.gz
strace-e67e9f89ca8109ae31be07fbc1dd4d425c1f13da.tar.bz2
strace-e67e9f89ca8109ae31be07fbc1dd4d425c1f13da.tar.xz
x86_64: decode __old_kernel_stat based syscalls
* linux/x86_64/syscallent1.h: Remove sys_old*stat redirections.
Diffstat (limited to 'linux')
-rw-r--r--linux/x86_64/syscallent1.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/linux/x86_64/syscallent1.h b/linux/x86_64/syscallent1.h
index 98ffe76..c9100de 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"