From c0ede9e4046a0882d83ae4b45c7dfac86fb7c15d Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Sat, 30 Apr 2016 19:18:17 -0500 Subject: add powerpc64 port --- arch/powerpc64/bits/stat.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 arch/powerpc64/bits/stat.h (limited to 'arch/powerpc64/bits/stat.h') diff --git a/arch/powerpc64/bits/stat.h b/arch/powerpc64/bits/stat.h new file mode 100644 index 00000000..8172cff7 --- /dev/null +++ b/arch/powerpc64/bits/stat.h @@ -0,0 +1,17 @@ +struct stat +{ + dev_t st_dev; + ino_t st_ino; + nlink_t st_nlink; + mode_t st_mode; + uid_t st_uid; + gid_t st_gid; + dev_t st_rdev; + off_t st_size; + blksize_t st_blksize; + blkcnt_t st_blocks; + struct timespec st_atim; + struct timespec st_mtim; + struct timespec st_ctim; + unsigned long __unused[3]; +}; -- cgit v1.2.3