libc/sys/rtems/include/machine/_types.h: Define daddr_t to be 64 bits for RTEMS
This type needs to be able to represent a position on a disk or file system.
This commit is contained in:
parent
262de3ecf0
commit
fcaaf40c9d
|
@ -30,6 +30,9 @@ typedef __uint64_t _CLOCK_T_;
|
||||||
typedef int _CLOCKID_T_;
|
typedef int _CLOCKID_T_;
|
||||||
#define __machine_clockid_t_defined
|
#define __machine_clockid_t_defined
|
||||||
|
|
||||||
|
typedef __int64_t daddr_t;
|
||||||
|
#define __daddr_t_defined
|
||||||
|
|
||||||
typedef int __accmode_t; /* access permissions */
|
typedef int __accmode_t; /* access permissions */
|
||||||
typedef __uint32_t __fixpt_t; /* fixed point number */
|
typedef __uint32_t __fixpt_t; /* fixed point number */
|
||||||
typedef int __lwpid_t; /* Thread ID (a.k.a. LWP) */
|
typedef int __lwpid_t; /* Thread ID (a.k.a. LWP) */
|
||||||
|
|
Loading…
Reference in New Issue