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
..
2013-03-05 13:59:45 +01:00
2013-03-05 13:59:45 +01:00
2013-03-05 13:59:45 +01:00
2013-03-05 13:59:45 +01:00
2013-03-05 13:59:45 +01:00
2013-03-05 13:59:45 +01:00
2013-03-05 13:59:45 +01:00
2013-03-05 13:59:45 +01:00
2013-03-05 13:59:45 +01:00
2013-03-05 13:59:45 +01:00
2013-03-05 13:59:45 +01:00
2013-03-05 13:59:45 +01:00
2013-03-05 13:59:45 +01:00
2013-03-05 13:59:45 +01:00
2012-02-25 15:41:21 +00:00
2013-02-14 13:39:53 +01:00
2001-08-03 21:51:48 +00:00