Define __blksize_t.

This commit is contained in:
Ulrich Drepper 1999-08-18 07:47:37 +00:00
parent 6996793426
commit f739f8a81e
3 changed files with 9 additions and 2 deletions
sysdeps/unix/sysv
linux
alpha/bits
mips/bits
sysv4/solaris2/bits

View 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. */

View 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. */

View 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. */