From ea08eeccae9297f7aabd2ef7f0c2517ac4549acc Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 20 Feb 2024 01:18:26 +0000 Subject: [PATCH] write in 30M --- kernel/arch/powerpc/include/uapi/asm/stat.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/arch/powerpc/include/uapi/asm/stat.h b/kernel/arch/powerpc/include/uapi/asm/stat.h index afd25f2..7871055 100644 --- a/kernel/arch/powerpc/include/uapi/asm/stat.h +++ b/kernel/arch/powerpc/include/uapi/asm/stat.h @@ -40,7 +40,7 @@ uid_t st_uid; gid_t st_gid; unsigned long st_rdev; - off_t st_size; + long st_size; unsigned long st_blksize; unsigned long st_blocks; unsigned long st_atime; -- Gitblit v1.6.2