Provide POSIX defined fsblkcnt_t and fsfilcnt_t
Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
This commit is contained in:
committed by
Corinna Vinschen
parent
c5d5030aea
commit
f3e587d30a
@ -22,6 +22,14 @@ typedef __int32_t __blksize_t;
|
||||
#define __machine_dev_t_defined
|
||||
typedef __uint32_t __dev_t;
|
||||
|
||||
#define __machine_fsblkcnt_t_defined
|
||||
/* Keep as is. 32 bit on i386, 64 bit on x86_64. */
|
||||
typedef unsigned long __fsblkcnt_t;
|
||||
|
||||
#define __machine_fsfilcnt_t_defined
|
||||
/* Keep as is. 32 bit on i386, 64 bit on x86_64. */
|
||||
typedef unsigned long __fsfilcnt_t;
|
||||
|
||||
#define __machine_uid_t_defined
|
||||
typedef __uint32_t __uid_t;
|
||||
|
||||
|
Reference in New Issue
Block a user