Provide POSIX defined blkcnt_t in <sys/types.h>
Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
This commit is contained in:
committed by
Corinna Vinschen
parent
365bc664e9
commit
57d2718c0e
@@ -6,12 +6,16 @@
|
||||
#include <machine/_default_types.h>
|
||||
|
||||
#if defined (__INSIDE_CYGWIN__) || defined (_COMPILING_NEWLIB)
|
||||
typedef __int32_t __blkcnt32_t;
|
||||
typedef __int16_t __dev16_t;
|
||||
typedef __uint16_t __uid16_t;
|
||||
typedef __uint16_t __gid16_t;
|
||||
typedef __uint32_t __ino32_t;
|
||||
#endif
|
||||
|
||||
#define __machine_blkcnt_t_defined
|
||||
typedef __uint64_t __blkcnt_t;
|
||||
|
||||
#define __machine_dev_t_defined
|
||||
typedef __uint32_t __dev_t;
|
||||
|
||||
|
Reference in New Issue
Block a user