diff options
Diffstat (limited to 'newlib/libc/include/sys/stat.h')
-rw-r--r-- | newlib/libc/include/sys/stat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/sys/stat.h b/newlib/libc/include/sys/stat.h index a995e8317..a75c1c24f 100644 --- a/newlib/libc/include/sys/stat.h +++ b/newlib/libc/include/sys/stat.h @@ -54,7 +54,7 @@ struct stat time_t st_ctime; long st_spare3; long st_blksize; - long st_blocks; + blkcnt_t st_blocks; long st_spare4[2]; #endif #endif |