mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 19:30:10 +00:00
Define __blksize_t.
This commit is contained in:
parent
6996793426
commit
f739f8a81e
@ -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. */
|
||||
|
@ -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. */
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user