mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Update.
* sysdeps/unix/sysv/linux/bits/types.h: Correct signed/unsigned-ness of blkcnt and fsblkcnt. * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
This commit is contained in:
@ -59,11 +59,11 @@ 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 __int32_t __blkcnt_t; /* Type to count nr disk blocks. */
|
||||
typedef __int64_t __blkcnt64_t; /* "" (LFS) */
|
||||
typedef __uint32_t __fsblkcnt_t; /* Type to count file system blocks. */
|
||||
typedef __uint64_t __fsblkcnt64_t; /* "" (LFS) */
|
||||
typedef __uint32_t __fsfilcnt_t; /* Type to count file system inodes. */
|
||||
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. */
|
||||
typedef __uint64_t __fsfilcnt64_t; /* "" (LFS) */
|
||||
typedef __uint32_t __id_t; /* General type for IDs. */
|
||||
|
||||
|
Reference in New Issue
Block a user