]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(struct stat): Use __blksize_t for st_blksize member.
authorUlrich Drepper <drepper@redhat.com>
Wed, 18 Aug 1999 07:46:26 +0000 (07:46 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 18 Aug 1999 07:46:26 +0000 (07:46 +0000)
sysdeps/unix/bsd/osf/alpha/bits/stat.h
sysdeps/unix/sysv/sysv4/i386/bits/stat.h

index 7084b4e53459630574c60af005c13eaae9145f77..b73c23ae96fb9d24e1d07c78d6f023d8334c16c8 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 1996, 1997, 1999 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -42,7 +42,7 @@ struct stat
     int st_ctime;              /* Time of last status change.  */
     int st_ctime_usec;
 
-    unsigned int st_blksize;   /* Optimal block size for I/O.  */
+    __blksize_t st_blksize;    /* Optimal block size for I/O.  */
 #define        _STATBUF_ST_BLKSIZE     /* Tell code we have this member.  */
 
     __blkcnt_t st_blocks;      /* Number of 512-byte blocks allocated.  */
index 104ad2f24702d12c87d4e1b0f79669395dbdcc05..4c6b729579a7f7597f247cf4152f641a514df34b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 1996, 1997, 1999 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -51,7 +51,7 @@ struct stat
     long int st_ctime;         /* Time of last status change.  */
     unsigned long int st_ctime_usec;
 
-    long int st_blksize;       /* Optimal block size for I/O.  */
+    __blksize_t st_blksize;    /* Optimal block size for I/O.  */
 #define        _STATBUF_ST_BLKSIZE     /* Tell code we have this member.  */
 
     __blkcnt_t st_blocks;      /* Number of 512-byte blocks allocated.  */