7#include <cosmos/compiler.hxx>
59 unsigned char __pad0[4];
66 unsigned char __pad3[4];
78} __attribute__((packed));
114 unsigned long __pad1;
120 unsigned long atime_nsec;
122 unsigned long mtime_nsec;
124 unsigned long ctime_nsec;
125 unsigned int __unused4;
126 unsigned int __unused5;
Original Linux stat data structure for SystemCallNr::OLDSTAT, OLDLSTAT and OLDFSTAT.
64-bit sized stat data structure used with the stat64 family of system calls on 32-bit ABIs like i386...
32-bit sized stat data structure with some padding for SystemCallNR::STAT, LSTAT and FSTAT on 32-bit ...
The single stat structure from asm-generic used e.g. on AARCH64.