summaryrefslogtreecommitdiff
path: root/sysdeps/unix/bsd/bits/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/bsd/bits/stat.h')
-rw-r--r--sysdeps/unix/bsd/bits/stat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/bsd/bits/stat.h b/sysdeps/unix/bsd/bits/stat.h
index 037433f388..71130f3fcb 100644
--- a/sysdeps/unix/bsd/bits/stat.h
+++ b/sysdeps/unix/bsd/bits/stat.h
@@ -56,7 +56,7 @@ struct stat
unsigned long int st_blksize; /* Optimal block size for I/O. */
#define _STATBUF_ST_BLKSIZE /* Tell code we have this member. */
- unsigned long int st_blocks; /* Number of 512-byte blocks allocated. */
+ __blkcnt_t st_blocks; /* Number of 512-byte blocks allocated. */
long int st_spare[2];
};