about summary refs log tree commit diff
path: root/sysdeps/unix/bsd/osf/alpha/bits/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/bsd/osf/alpha/bits/stat.h')
-rw-r--r--sysdeps/unix/bsd/osf/alpha/bits/stat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/bsd/osf/alpha/bits/stat.h b/sysdeps/unix/bsd/osf/alpha/bits/stat.h
index 752d4eede1..ab0fa48f68 100644
--- a/sysdeps/unix/bsd/osf/alpha/bits/stat.h
+++ b/sysdeps/unix/bsd/osf/alpha/bits/stat.h
@@ -49,7 +49,7 @@ struct stat
     unsigned int st_blksize;	/* Optimal block size for I/O.  */
 #define	_STATBUF_ST_BLKSIZE	/* Tell code we have this member.  */
 
-    int st_blocks;		/* Number of 512-byte blocks allocated.  */
+    __blkcnt_t st_blocks;	/* Number of 512-byte blocks allocated.  */
     unsigned int st_flags;
     unsigned int st_gen;
   };