From c5d5030aea7585b86a4fe6e3dec068b0e720e8a2 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 15 Apr 2016 13:44:21 +0200 Subject: Provide POSIX defined blksize_t in Signed-off-by: Sebastian Huber --- newlib/libc/include/sys/stat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/include/sys/stat.h') diff --git a/newlib/libc/include/sys/stat.h b/newlib/libc/include/sys/stat.h index a75c1c24f..94a90c0dd 100644 --- a/newlib/libc/include/sys/stat.h +++ b/newlib/libc/include/sys/stat.h @@ -53,7 +53,7 @@ struct stat long st_spare2; time_t st_ctime; long st_spare3; - long st_blksize; + blksize_t st_blksize; blkcnt_t st_blocks; long st_spare4[2]; #endif -- cgit v1.2.3