Define __blksize_t.
authorUlrich Drepper <drepper@redhat.com>
Wed, 18 Aug 1999 07:47:37 +0000 (07:47 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 18 Aug 1999 07:47:37 +0000 (07:47 +0000)
sysdeps/unix/sysv/linux/alpha/bits/types.h
sysdeps/unix/sysv/linux/mips/bits/types.h
sysdeps/unix/sysv/sysv4/solaris2/bits/types.h

index 4bc4319..d98ed8a 100644 (file)
@@ -59,8 +59,9 @@ typedef __int32_t  __pid_t;           /* Type of process identifications.  */
 typedef __int64_t  __ssize_t;          /* Type of a byte count, or error.  */
 typedef __int64_t  __rlim_t;           /* Type of resource counts.  */
 typedef __int64_t  __rlim64_t;         /*  "" (LFS) */
-typedef __uint32_t  __blkcnt_t;                /* Type to count nr disk blocks.  */
-typedef __uint64_t  __blkcnt64_t;      /*  "" (LFS) */
+typedef __uint32_t __blksize_t;                /* Type to represnet block size.  */
+typedef __uint32_t __blkcnt_t;         /* Type to count nr disk blocks.  */
+typedef __uint64_t __blkcnt64_t;       /*  "" (LFS) */
 typedef __int32_t __fsblkcnt_t;                /* Type to count file system blocks. */
 typedef __int64_t __fsblkcnt64_t;      /*  "" (LFS) */
 typedef __uint32_t __fsfilcnt_t;       /* Type to count file system inodes. */
index d7176c3..37c3f21 100644 (file)
@@ -119,6 +119,9 @@ typedef int __key_t;
 typedef long int __ipc_pid_t;
 
 
+/* Type to represent block size.  */
+typedef long int __blksize_t;
+
 /* Types from the Large File Support interface.  */
 
 /* Type to count number os disk blocks.  */
index 79713e7..1e7b50e 100644 (file)
@@ -110,6 +110,9 @@ typedef struct
 typedef unsigned long int __fd_mask;
 
 
+/* Type to represent block size.  */
+typedef long int __blksize_t;
+
 /* Types from the Large File Support interface.  */
 
 /* Type to count number os disk blocks.  */