4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-21 08:17:29 +08:00

RTEMS: Use __uint64_t for _CLOCK_T_

This addresses:

https://devel.rtems.org/ticket/2135

Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
This commit is contained in:
Sebastian Huber 2017-08-24 15:27:50 +02:00
parent 7b2c362190
commit 524eb4dc29

View File

@ -28,6 +28,9 @@ typedef unsigned long __ino_t;
typedef __uint32_t __mode_t;
#define __machine_mode_t_defined
typedef __uint64_t _CLOCK_T_;
#define __machine_clock_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) */