4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-02 04:20:28 +08:00

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:
Joel Sherrill 2020-10-27 14:07:08 -05:00 committed by Ken Brown
parent a55b1a60c5
commit 600d1902f4

View File

@ -30,6 +30,9 @@ typedef __uint64_t _CLOCK_T_;
typedef int _CLOCKID_T_;
#define __machine_clockid_t_defined
typedef __int64_t daddr_t;
#define __daddr_t_defined
typedef int __accmode_t; /* access permissions */
typedef __uint32_t __fixpt_t; /* fixed point number */
typedef int __lwpid_t; /* Thread ID (a.k.a. LWP) */