summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2013-05-01 15:14:25 +0000
committerDmitry V. Levin <ldv@altlinux.org>2013-05-01 15:14:25 +0000
commitbd2e28ac51d36d348c8ab7d7f8523a7075edaff4 (patch)
treee8bceb46dfde019a938d8e789751a0ae29b8f7ed /linux
parent554e6f3240bcd6110214685371745278b43a8ab7 (diff)
downloadstrace-bd2e28ac51d36d348c8ab7d7f8523a7075edaff4.tar.gz
strace-bd2e28ac51d36d348c8ab7d7f8523a7075edaff4.tar.bz2
strace-bd2e28ac51d36d348c8ab7d7f8523a7075edaff4.tar.xz
x32: fix decoding of __old_kernel_stat based syscalls
* file.c [X32] (struct __old_kernel_stat): Define. * linux/x32/syscallent1.h: Remove sys_old*stat redirections.
Diffstat (limited to 'linux')
-rw-r--r--linux/x32/syscallent1.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/linux/x32/syscallent1.h b/linux/x32/syscallent1.h
index 5f6394e..dc1d32e 100644
--- a/linux/x32/syscallent1.h
+++ b/linux/x32/syscallent1.h
@@ -1,9 +1,5 @@
-/* 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
#define sys_lstat64 sys_stat64
#define sys_truncate64 sys_truncate
#define sys_ftruncate64 sys_ftruncate