strace/linux/x32
Dmitry V. Levin 0eeda2cdaa x32: fix build regressions introduced by commit v4.7-96-g8435d67
* desc.c (printflock) [X32]: Add special handling required for
this architecture with sizeof(long) < sizeof(off_t).
* file.c [X32] (struct stat64): Add __attribute__((packed)).
[X32] (HAVE_STAT64): Define.
(printstat) [X32]: Redirect to printstat64.
(printstat64) [X32]: Use "struct stat" instead of "struct stat64".
[X32] (realprintstat64): Rename to printstat64_x32.
(sys_stat64, sys_fstat64) [X32]: Remove second definitions of these
functions.  Call printstat64_x32 instead of printstat64
* linux/x32/syscallent.h: Fix handlers for truncate and ftruncate.
2013-05-01 22:39:10 +00:00
..
errnoent1.h Use the same style of includes in linux/*/* files 2013-02-20 12:38:14 +01:00
errnoent.h Add x32 support to strace 2012-04-16 13:00:01 +02:00
ioctlent1.h Fix building outside source directory 2013-03-31 00:40:04 +01:00
ioctlent.h.in Add x32 support to strace 2012-04-16 13:00:01 +02:00
signalent1.h Use the same style of includes in linux/*/* files 2013-02-20 12:38:14 +01:00
signalent.h Add x32 support to strace 2012-04-16 13:00:01 +02:00
syscallent1.h Alias sys_*lstat* syscall printing functions 2013-05-01 15:56:22 +00:00
syscallent.h x32: fix build regressions introduced by commit v4.7-96-g8435d67 2013-05-01 22:39:10 +00:00