From c75af0c8e5fdf7792081f03ca8a01764953b19a4 Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 23 Feb 2022 22:37:01 -0800 Subject: coda --- 05/musl-0.6.0/arch/x86_64/bits/stat.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to '05/musl-0.6.0/arch/x86_64/bits/stat.h') diff --git a/05/musl-0.6.0/arch/x86_64/bits/stat.h b/05/musl-0.6.0/arch/x86_64/bits/stat.h index 2145796..64dab33 100644 --- a/05/musl-0.6.0/arch/x86_64/bits/stat.h +++ b/05/musl-0.6.0/arch/x86_64/bits/stat.h @@ -20,3 +20,23 @@ struct stat { struct timespec st_ctim; long __unused[3]; }; + +struct stat64 { + unsigned long st_dev; + ino_t st_ino; + nlink_t st_nlink; + + mode_t st_mode; + uid_t st_uid; + gid_t st_gid; + unsigned int __pad0; + 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; + long __unused[3]; +}; -- cgit v1.2.3